Re: Heads up: RC2 this evening

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Heads up: RC2 this evening
Дата
Msg-id 29886.1103590119@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Heads up: RC2 this evening  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Heads up: RC2 this evening
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Documentation on PITR still scarce