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

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PostgreSQL Bugs List 2003-12-19 11:02:51 BUG #1018: Incomplete src/pl/tcl/Makefile
Previous Message Marek Lewczuk 2003-12-19 10:38:41 Re: [GENERAL] CASE in where statement. BUG ??