Page 1 of 1

C++ Compiler for Solaris

Posted: Tue Dec 02, 2008 11:08 am
by dspxguy
what is the command to check the path of C++ Compiler installed on Solaris box.
Thanks

Posted: Tue Dec 02, 2008 11:27 am
by ray.wurlod
If it is in your PATH, then the which command will find it quickly.

If it is not in your PATH, then find is the appropriate command.

Posted: Tue Dec 02, 2008 11:41 am
by dspxguy
It is not in the PATH. We have not installed DS Server yet.
What is the common path where a C++ compiler should be installed in Solaris?
We downloaded the trial version from www.java.sun.com (SubStudioExpress11) and moved it to the Solaris box so the SE can install it.

Posted: Tue Dec 02, 2008 11:42 pm
by John Smith
Best to get the official C++ compiler from SUN. I can't remember but in the good old days the C++ compiler comes with the OS CDs. It's called SUNspro.

Posted: Wed Dec 03, 2008 2:49 am
by srinivas.g
/opt/SUNWspro/bin/CC