Re: BUG #1018: Incomplete src/pl/tcl/Makefile - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: BUG #1018: Incomplete src/pl/tcl/Makefile
Date
Msg-id 200312191311.37761.peter_e@gmx.net
Whole thread Raw
In response to BUG #1018: Incomplete src/pl/tcl/Makefile  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
List pgsql-bugs
> 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.

pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: BUG #1017: Incomplete src/interfaces/libpgtcl/Makefile
Next
From: Peter Eisentraut
Date:
Subject: Re: BUG #1019: src/pl/tcl/pltcl.c