BUG #1017: Incomplete src/interfaces/libpgtcl/Makefile

Started by PostgreSQL Bugs Listover 22 years ago2 messagesbugs
Jump to latest
#1PostgreSQL Bugs List
pgsql-bugs@postgresql.org

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)

#2Peter Eisentraut
peter_e@gmx.net
In reply to: PostgreSQL Bugs List (#1)
Re: BUG #1017: Incomplete src/interfaces/libpgtcl/Makefile

In src/interfaces/libpgtcl/Makefile:
Change:
SHLIB_LINK = $(libpq)
To:
SHLIB_LINK = $(TCL_LIB_SPEC) $(libpq)

This is already fixed in 7.4.