Pascal Bourguignon <[EMAIL PROTECTED]> wrote: [snip] > With the CVS HEAD it seems that clisp/configure does not take into > account the CC environment variable: It's still using 'gcc', while in > by script, I explicitely set export CC=3D'cc -no-cpp-precomp'. > Obviously, since it's still using the cpp-precomp, it fails.
The way to do this is to export "CPPFLAGS = -no-cpp-precomp", and leave CC alone. That's the way we do it in Fink, and it works like a charm. -- Dave P.S. Please don't cross-post. ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
