The following bug has been logged online:
Bug reference: 1017
Logged by: Patrick Samson
Email address: p_samson@yahoo.com
PostgreSQL version: 7.3.5
Operating system: Cygwin
Description: Incomplete src/interfaces/libpgtcl/Makefile
Details:
For "configure --with-tcl --without-tk".
'make' doesn't know how to resolve references to
Tcl_XXX functions.
In src/interfaces/libpgtcl/Makefile:
Change:
SHLIB_LINK = $(libpq)
To:
SHLIB_LINK = $(TCL_LIB_SPEC) $(libpq)