Re: Heads up: RC2 this evening

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Heads up: RC2 this evening
Date: 2004-12-21 00:48:39
Message-ID: 29886.1103590119@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> Tom Lane wrote:
>> Nope. What are the symptoms exactly?

> log attached. Looks like there is at least a missing "-ltcl" in the call
> to dllwrap, but that's not all.

Agreed on missing -ltcl. It seems odd given that the Cygwin case in
Makefile.shlib does include $(SHLIB_LINK) and pltcl's Makefile does add
$(TCL_LIB_SPEC) to SHLIB_LINK. Is TCL_LIB_SPEC getting set reasonably
by configure? On my machine, Makefile.global ends up with

TCL_LIB_FILE = libtcl8.4.so
TCL_LIBS = -ldld -lm
TCL_LIB_SPEC = -L/opt/tcl8.4/lib -ltcl8.4
TCL_INCLUDE_SPEC = -I/opt/tcl8.4/include

No idea about the other errors ... one would think they'd be suppressed
by the -lpostgres, but evidently not.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-12-21 01:23:28 Re: Documentation on PITR still scarce
Previous Message Tom Lane 2004-12-20 23:53:29 Re: Heads up: RC2 this evening