Обсуждение: BUG #1018: Incomplete src/pl/tcl/Makefile

Поиск
Список
Период
Сортировка

BUG #1018: Incomplete src/pl/tcl/Makefile

От
"PostgreSQL Bugs List"
Дата:
The following bug has been logged online:

Bug reference:      1018
Logged by:          Patrick Samson
Email address:      p_samson@yahoo.com
PostgreSQL version: 7.3.5
Operating system:   Cygwin
Description:        Incomplete src/pl/tcl/Makefile
Details:

For "configure --with-tcl --without-tk".
'make' doesn't know how to resolve references to
a lot of postgres functions.

In src/pl/tcl/Makefile:
Change:
# link command for a shared lib must NOT mention shared libs it uses
SHLIB_LINK = $(TCL_LIB_SPEC)
To:
# link command for a shared lib must NOT mention shared libs it uses
SHLIB_LINK = $(BE_DLLLIBS) $(TCL_LIB_SPEC)

Re: BUG #1018: Incomplete src/pl/tcl/Makefile

От
Peter Eisentraut
Дата:
> In src/pl/tcl/Makefile:
> Change:
> # link command for a shared lib must NOT mention shared libs it uses
> SHLIB_LINK = $(TCL_LIB_SPEC)
> To:
> # link command for a shared lib must NOT mention shared libs it uses
> SHLIB_LINK = $(BE_DLLLIBS) $(TCL_LIB_SPEC)

This is already fixed in 7.4.