@@ -32,22 +32,32 @@ Features and packages:
32
32
--with-template=<replaceable>template</replaceable>
33
33
use operating system template file
34
34
see template directory
35
- --with-includes=<replaceable>incdir</replaceable> site header files for tk/tcl, etc in DIR
36
- --with-libs=<replaceable>incdir</replaceable> also search for libraries in DIR
37
- --with-libraries=<replaceable>libdir</replaceable> also search for libraries in DIR
35
+ --with-includes=<replaceable>incdir</replaceable>
36
+ site header files for tk/tcl, etc in DIR
37
+ --with-libs=<replaceable>incdir</replaceable>
38
+ also search for libraries in DIR
39
+ --with-libraries=<replaceable>libdir</replaceable>
40
+ also search for libraries in DIR
38
41
--enable-locale enable locale support
39
42
--enable-recode enable cyrillic recode support
40
- --with-mb=<replaceable>encoding</replaceable> enable multi-byte support
41
- --with-pgport=<replaceable>portnum</replaceable> change default startup port
42
- --with-maxbackends=<replaceable>n</replaceable> set default maximum number of server processes
43
+ --with-mb=<replaceable>encoding</replaceable>
44
+ enable multi-byte support
45
+ --with-pgport=<replaceable>portnum</replaceable>
46
+ change default startup port
47
+ --with-maxbackends=<replaceable>n</replaceable>
48
+ set default maximum number of server processes
43
49
--with-tcl build Tcl interfaces and pgtclsh
44
- --with-tclconfig=<replaceable>tcldir</replaceable> tclConfig.sh and tkConfig.sh are in DIR
50
+ --with-tclconfig=<replaceable>tcldir</replaceable>
51
+ tclConfig.sh and tkConfig.sh are in DIR
45
52
--with-perl build Perl interface
46
53
--with-odbc build ODBC driver package
47
- --with-odbcinst=<replaceable>odbcdir</replaceable> change default directory for odbcinst.ini
54
+ --with-odbcinst=<replaceable>odbcdir</replaceable>
55
+ change default directory for odbcinst.ini
48
56
--enable-cassert enable assertion checks (debugging)
49
- --with-CC=<replaceable>compiler</replaceable> use specific C compiler
50
- --with-CXX=<replaceable>compiler</replaceable> use specific C++ compiler
57
+ --with-CC=<replaceable>compiler</replaceable>
58
+ use specific C compiler
59
+ --with-CXX=<replaceable>compiler</replaceable>
60
+ use specific C++ compiler
51
61
--without-CXX prevent building C++ code
52
62
</programlisting>
53
63
</para>
@@ -218,14 +228,10 @@ Features and packages:
218
228
219
229
<programlisting>
220
230
# Makefile.custom
221
- # Thomas Lockhart 1998-03 -01
231
+ # Thomas Lockhart 1999-06 -01
222
232
223
233
POSTGRESDIR= /opt/postgres/current
224
- CFLAGS+= -m486 # -g -O0
225
- USE_TCL= true
226
- TCL_LIB= -ltcl
227
- X_LIBS= -L/usr/X11/lib
228
- TK_LIB= -ltk
234
+ CFLAGS+= -m486 -O2
229
235
230
236
# documentation
231
237
0 commit comments