Benno Rice wrote:
>
> As to the use of a prefix,
> I just thought it'd be easier to be able to completely override the name of
> the binary we're using in the same way that I could do:
>
> setenv CC /usr/local/bin/ultra-funky-c-compiler-pro
>
> and have it work.
But can we not already do:
set path=(/usr/local/ultra-funky-c-compiler-pro/bin $path)
cc -Oberserk -c foo.c
and have it work?
--
Marcel Moolenaar
mail: [EMAIL PROTECTED] / [EMAIL PROTECTED]
tel: (408) 447-4222
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message