The following bug has been logged online:

Bug reference:      1017
Logged by:          Patrick Samson
Email address:      [EMAIL PROTECTED]
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)


---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply via email to