compiler installation
Hi
I'm quite new to solaris and I need to generate some executables on my Solaris 9 box using make files. In the make file I've the compiler set as follow "CC = cc"
I tried to use /usr/ucb/cc but doesn't work
then I've installed gcc 3.3.2 and use it (changing my mk file form "CC = cc" to "CC = gcc" but I receive the following error
gcc: cannot specify -o with -c or -S and multiple compilations
Anyone can help me?
Best Regards
Paolo

