BUG #1018: Incomplete src/pl/tcl/Makefile - Mailing list pgsql-bugs

From PostgreSQL Bugs List
Subject BUG #1018: Incomplete src/pl/tcl/Makefile
Date
Msg-id 20031219110251.D7AF2CF8103@www.postgresql.com
Whole thread Raw
Responses Re: BUG #1018: Incomplete src/pl/tcl/Makefile  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1018
Logged by:          Patrick Samson
Email address:      p_samson@yahoo.com
PostgreSQL version: 7.3.5
Operating system:   Cygwin
Description:        Incomplete src/pl/tcl/Makefile
Details:

For "configure --with-tcl --without-tk".
'make' doesn't know how to resolve references to
a lot of postgres functions.

In src/pl/tcl/Makefile:
Change:
# link command for a shared lib must NOT mention shared libs it uses
SHLIB_LINK = $(TCL_LIB_SPEC)
To:
# link command for a shared lib must NOT mention shared libs it uses
SHLIB_LINK = $(BE_DLLLIBS) $(TCL_LIB_SPEC)

pgsql-bugs by date:

Previous
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1017: Incomplete src/interfaces/libpgtcl/Makefile
Next
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1019: src/pl/tcl/pltcl.c