| Bill Jonas on Wed, 20 Feb 2002 05:10:14 +0100 |
|
On Tue, Feb 19, 2002 at 10:26:04PM -0500, Michael Leone wrote:
> I figured I had a missing "cc" alias for gcc, so I exited from perl;
> made one ("alias cc=gcc"),
Make isn't the shell; it's a different interpreter that you call when
you run "make foo". It doesn't inherit aliases.
Try "CC=gcc make foo". If that doesn't work, "ln -s gcc /usr/bin/gcc"
almost certainly will.
--
Bill Jonas * bill@billjonas.com * http://www.billjonas.com/
Developer/SysAdmin for hire! See http://www.billjonas.com/resume.html
Attachment:
pgpafbL3Osx3S.pgp
|
|