Try putting gcc before cc in the path of the user that's doing the compiling
(presumably root). That has worked for me. Also, I've hit lots of
situations where a compile finally uses gcc and keeps complaining. Adding
/usr/ccs2/bin and /usr/ucb clears up a lot of issues.
What are you compili
Check the Makefile for something like:
CC=cc
change cc to gcc.
That may work.
alissa bader wrote:
> Hey there all, yet another really solaris question,
> but I think it's general enough to apply to this list
> :>
>
> I have installed gcc and it seems to work all right.
> but when i try to compil
Hey there all, yet another really solaris question,
but I think it's general enough to apply to this list
:>
I have installed gcc and it seems to work all right.
but when i try to compile some software that asks for
cc, the compile fails. I've tried setting up a
symbolic link for /usr/ucb/cc to