Re: Heads up: RC2 this evening - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Heads up: RC2 this evening
Date
Msg-id 29886.1103590119@sss.pgh.pa.us
Whole thread Raw
In response to Heads up: RC2 this evening  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Heads up: RC2 this evening
Next
From: Bruce Momjian
Date:
Subject: Re: Documentation on PITR still scarce