On Wednesday 07 June 2006 00:05, Matthias Julius wrote: > Lennart Sorensen <[EMAIL PROTECTED]> 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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

