-
+
Documentation
If neither onsgmls nor
nsgmls were found then you will not see the
remaining 4 lines. nsgmls is part of the Jade
- package. If DocBook V4.2
was not found then you did
- not install the DocBook DTD kit in a place where jade can find it,
- or you have not set up the catalog files correctly. See the
- installation hints above. The DocBook stylesheets are looked for
- in a number of relatively standard places, but if you have them
- some other place then you should set the environment variable
+ package. You can pass the environment variables
+ JADE and NSGMLS to configure to point
+ to the programs if they are not found automatically. If
+ DocBook V4.2
was not found then you did not install
+ the DocBook DTD kit in a place where Jade can find it, or you have
+ not set up the catalog files correctly. See the installation hints
+ above. The DocBook stylesheets are looked for in a number of
+ relatively standard places, but if you have them some other place
+ then you should set the environment variable
DOCBOOKSTYLE to the location and rerun
configure afterwards.
-
+
PostgreSQL>]]>
- Here's a list of the significant environment variables:
-
-
+ Here is a list of the significant variables that can be set in
+ this manner:
+
-
-
-
-
-
/path/to/awk> is the full path to awk>.
-
-
-
-
-
-
-
- /path/to/cc> is the full path to your C compiler, such
-
-
-
-
-
-
-
- FLAGS> is the a list of flags to pass to the C
- compiler.
-
-
-
-
-
-
-
- Used for building the SGML documentation.
-
-
-
-
-
-
-
- /path/to/cpp> is the full path to your C preprocessor,
-
-
-
-
- <option>CPPFLAGS=FLAGS>>
+ <envar>CC>
- FLAGS> is the a list of flags to pass to the C
- preprocessor.
+ C compiler
- <option>DOCBOOKSTYLE>
+ <envar>CFLAGS>
- Used for building the SGML documentation.
+ options to pass to the C compiler
- <option>DTRACE=/path/to/dtrace>>
+ <envar>CPP>
- Specifies the location of the dtrace program.
+ C preprocessor
- <option>DTRACEFLAGS=FLAGS>>
+ <envar>CPPFLAGS>
- FLAGS> is the a list of flags to pass to the
- dtrace program.
+ options to pass to the C preprocessor
- <option>JADE>
+ <envar>DTRACE>
- Used for building the SGML documentation.
+ location of the dtrace program
- <option>LDFLAGS=FLAGS>>
+ <envar>DTRACEFLAGS>
- FLAGS> is the a list of flags to pass to the link file
- editor.
+ options to pass to the dtrace program
- <option>LDFLAGS_SL>
+ <envar>LDFLAGS>
- Used for shared library linking.
+ options to pass to the link editor
- <option>LORDER=/path/to/lorder>>
+ <envar>LDFLAGS_SL>
- /path/to/lorder> is the full path to your dependency
- listing program.
+ linker options for shared library linking
- <option>MSGFMT>
+ <envar>MSGFMT>
- Used for Native Language Support (NLS).
+ msgfmt program for native language support
- <option>MSGMERGE>
+ <envar>PERL>
- Used for Native Language Support (NLS).
+ Full path to the Perl interpreter. This will be used to
+ determine the dependencies for building PL/Perl.
- <option>NSGMLS>
+ <envar>PYTHON>
- Used for building the SGML documentation.
+ Full path to the Python interpreter. This will be used to
+ determine the dependencies for building PL/Python.
- <option>PERL=/path/to/perl>>
+ <envar>TCLSH>
- /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.
+ Full path to the Tcl interpreter. This wil be used to
+ determine the dependencies for building PL/Tcl.
- <option>PTHREAD_CC>
+ <envar>YACC>
- Used for adding thread-safety flags.
+ Yacc program (bison -y if using Bison)
-
-
-
-
- /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.
-
-
-
-
-
-
-
- Used for building the SGML documentation.
-
-
-
-
-
-
-
- /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.
-
-
-
-