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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
Cc: p_samson(at)yahoo(dot)com
Subject: Re: BUG #1018: Incomplete src/pl/tcl/Makefile
Date: 2003-12-19 12:11:37
Message-ID: 200312191311.37761.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2003-12-19 12:15:40 Re: BUG #1019: src/pl/tcl/pltcl.c
Previous Message Peter Eisentraut 2003-12-19 11:59:48 Re: BUG #1017: Incomplete src/interfaces/libpgtcl/Makefile