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

Lists: pgsql-bugs
From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1017: Incomplete src/interfaces/libpgtcl/Makefile
Date: 2003-12-19 10:56:10
Message-ID: 20031219105610.5331DCF8138@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs


The following bug has been logged online:

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


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 #1017: Incomplete src/interfaces/libpgtcl/Makefile
Date: 2003-12-19 11:59:48
Message-ID: 200312191259.48036.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

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

This is already fixed in 7.4.