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

Lists: pgsql-bugs
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
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)


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
Cc: p_samson(at)yahoo(dot)com
Subject: Re: BUG #1018: Incomplete src/pl/tcl/Makefile
Date: 2003-12-19 12:11:37
Message-ID: 200312191311.37761.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

> 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)

This is already fixed in 7.4.