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 01:32:37 |
Message-ID: | 377.1103592757@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:
>> 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?
> $ grep TCL_ Makefile.global
> TCL_LIB_FILE = libtcl84.a
> TCL_LIBS =
> TCL_LIB_SPEC =
> TCL_INCLUDE_SPEC = -I/nonexistent/include
> TCL_SHARED_BUILD = 1
> TCL_SHLIB_LD_LIBS =
Yuck.
> here's what is in /usr/lib/tclConfig.sh - maybe there's a clue in there
> - or maybe it's just a problem with the Cygwin-supplied package - I have
> deliberately not tried to fix this by installing my own build of tcl.
The Cygwin-supplied package is evidently broken beyond belief.
configure is correctly copying these settings from tclConfig.sh, but the
data therein is wrong (or at least useless). If tclConfig.sh doesn't
provide usable information, that is not our problem to fix.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-12-21 02:12:18 | RC2 and open issues |
Previous Message | Bruce Momjian | 2004-12-21 01:23:28 | Re: Documentation on PITR still scarce |