Patrick Mahoney <[email protected]> wrote: > To assign environment variables (e.g., CC, CFLAGS...), specify them as > VAR=VALUE. See below for descriptions of some of the useful variables. > > Though specifying CC=<something> seems to have no effect.
You didn't specify, but I'm guessing you tried "./configure CC=...", which works for autoconf. Laurent also didn't specify, but I'm guessing his script only supports "CC=... ./configure". paul
