Andrew Dunstan <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
      joining column's datatypes do not match

Reply via email to