Jennya Dobreva wrote:

>  Hello all,
> 
>  I haven't installed the optional packages of cc in my machine.
>  Does somebody knows how can I replace all references for cc with gcc?
>  If I use "make CC=gcc" or alias of the cc that doesn't work long time.
>  That means I have to change some files, but I am not on clear which of
>  them.
> 
>  Thanks in advance!
> 
>  / Jennya Dobreva
> 
> 
could you not just ln -s /usr/local/bin/gcc /usr/local/bin/cc to make a 
symbolic link?
  That would keep you from having to do that forever.  Otherwise, its 
usually in the Makefile file, but there may be several you will have to 
edit, and its not a permanent solution.  I don't know if there is a 
configure directive.

Tom Allen


Reply via email to