Re: [techtalk] can't get my gcc working as cc

2000-10-20 Thread stephanie1200
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

Re: [techtalk] can't get my gcc working as cc

2000-10-20 Thread Elaine Poulsen
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

[techtalk] can't get my gcc working as cc

2000-10-20 Thread alissa bader
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