C/++ Compiler

Hello.

Could you Help Me?

1.Is there a C++ Compiler on Solaris (CC) already installed?

How can i Use? I always got the following message when i try:

"/usr/ucb/cc: language optional software package not installed"

2. Is this a PATH problem? How Can I permanently Modify my PATH? Which is the file and where is he?

3. I got a problem with the MAKE command... but "command not found" ...

-> I got to develop C and C++ application and I'd Like to use the cc/CC instead of GCC which is a GNU compiler (and who is not easy to instal...)

I'm a new Solaris User, don't be afraid of giving lot a precisions and explications...

Thank You.

[695 byte] By [Sun4Developa] at [2007-11-27 9:16:09]
# 1

Yes, I can help you...

1. No there is no native CC Compiler, I Use the Sun Studio CC Compiler. But many free Package will ask for gcc that should be found on http://www.freesolaris.com.

2. to modify permanently the PATH, you must edit the ".profile" file of your account. (generally /home/youraccount).

3. "make" is in "/usr/ccs/bin" according to the "man".

Sun4Developa at 2007-7-12 22:05:46 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...