> Hi,
> 
> why does config.make override the CC I specify on the commandline?
> 
>   :0> CC=gcc32 gmake

Good question :-) - try with -

gmake CC=gcc32

note that CC=gcc32 should be *after*, not *before*, the make command if
you want to manually override a variable defined in the makefiles.



_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to