[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gcc



On Wednesday 07 June 2006 00:05, Matthias Julius wrote:
> Lennart Sorensen <lsorense@csclub.uwaterloo.ca> writes:
> > I think that should have been:
> > # alias gcc="gcc-4.1"
> > # make
>
> What also might work (depending on Makefile):
>
> # CC=gcc-4.1 make

# CC=gcc-4.1 make
make: gcc: Command not found
make: *** [active.o] Error 127
>
> or
>
> # ln -s /usr/bin/gcc-4.1 /usr/local/bin/gcc
> (if /usr/local/bin is in $PATH)
>
>
> Matthias



Reply to: