Index: doc/src/sgml/installation.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/installation.sgml,v retrieving revision 1.253 diff -u -r1.253 installation.sgml --- doc/src/sgml/installation.sgml 18 Apr 2006 22:52:07 -0000 1.253 +++ doc/src/sgml/installation.sgml 20 Apr 2006 18:13:58 -0000 @@ -1011,6 +1011,253 @@ ./configure CC=/opt/bin/gcc CFLAGS='-O2 -pipe' + + Here's a list of some of the more influential environment variables: + + + + + + + + + + /path/to/awk is the full path to awk. + + + + + + + + + /path/to/cc is the full path to your C compiler, such + as gcc. + + + + + + + + + FLAGS is the a list of flags to pass to the C + compiler. + + + + + + + + + ?? is ??. + + + + + + + + + /path/to/cpp is the full path to your C preprocessor, + such as gcc. + + + + + + + + + FLAGS is the a list of flags to pass to the C + preprocessor. + + + + + + + + + ?? is ??. + + + + + + + + + ?? is ??. + + + + + + + + + FLAGS is the a list of flags to pass to the link file + editor. + + + + + + + + + ?? is ??. + + + + + + + + + /path/to/lorder is the full path to your dependency + listing program. + + + + + + + + + ?? is ??. + + + + + + + + + ?? is ??. + + + + + + + + + ?? is ??. + + + + + + + + + /path/to/perl is the full path to your Perl 5 + interpreter. Note that this wil be used to determine the dependencies + for building PL/Perl. + + + + + + + + + ?? is ??. + + + + + + + + + /path/to/python is the full path to your Python + interpreter. Note that this wil be used to determine the dependencies + for building PL/Python. + + + + + + + + + /path/to/ranlib is the full path to your archive + library table of contents editor. + + + + + + + + + ?? is ??. + + + + + + + + + /path/to/strip is the full path to your strip program. + + + + + + + + + /path/to/tcl is the full path to your TCL + interpreter. Note that this wil be used to determine the dependencies + for building PL/TCL. + + + + + + + + + /path/to/tar is the full path to your tar program. + + + + + + + + + /path/to/tclish is the full path to your tclish program. + + + + + + + + + /path/to/xgettext is the full path to your xgettext program. + + + + + + + + + /path/to/yacc is the full path to your yacc program. + + + + + +