[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

13.2 Compilers and Options

Some systems require unusual options for compilation or linking that the configure script does not know about. Run `./configure --help' for details on some of the pertinent environment variables.

You can give configure initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example:

 
./configure CC=c89 CFLAGS=-O2 LIBS=-lposix

See section 13.8 Defining Variables, for more details.



This document was generated by Jeff Bailey on December, 24 2002 using texi2html