BUG #1018: Incomplete src/pl/tcl/Makefile

From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1018: Incomplete src/pl/tcl/Makefile
Date: 2003-12-19 11:02:51
Message-ID: 20031219110251.D7AF2CF8103@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1018
Logged by: Patrick Samson
Email address: p_samson(at)yahoo(dot)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)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PostgreSQL Bugs List 2003-12-19 11:12:26 BUG #1019: src/pl/tcl/pltcl.c
Previous Message PostgreSQL Bugs List 2003-12-19 10:56:10 BUG #1017: Incomplete src/interfaces/libpgtcl/Makefile