Pgtcl Reference Manual: The PostgreSQL Tcl Interface | ||
---|---|---|
Prev | Chapter 2. Building and Installing pgtcl | Next |
Our successful report building pgtcl on MacOS used:
MacOS X 10.3.3
PostgreSQL 7.4.x
Aqua Tcl/Tk 8.4.5
The user-submitted configure command for MacOS X follows. It specifies additional link libraries using the EXTRA_LIBS environment variable. This is used to link in the ssl libraries needed by libpq.
EXTRA_LIBS='-lssl -lcrypto' \ ./configure --prefix=/usr/local \ --libdir=/Library/Tcl \ --with-postgres-include=/usr/local/pgsql/include \ --with-postgres-lib=/usr/local/pgsql/lib \ --with-tcl=/Library/Frameworks/Tcl.framework \ --with-tclinclude=/Library/Frameworks/Tcl.framework/Headers