Michael Bletzinger wrote:
> From the CVS autoconf documentation, it appears that you can preset
> certain compiler/linker names and flags before running configure by
> doing the following:
>
> ./configure CC=/usr/local2/bin/gcc
>
> I need to find a comprehensive list of variables that you can set
Hello Everyone,
From the CVS autoconf documentation, it appears that you can preset
certain compiler/linker names and flags before running configure by
doing the following:
./configure CC=/usr/local2/bin/gcc
I need to find a comprehensive list of variables that you can set in
this way.