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

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]

Reply via email to