Re: Pl/Tcl problem

From: Trond Eivind Glomsrød <teg(at)redhat(dot)com>
To: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Ian Harding <ianh(at)tpchd(dot)org>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Pl/Tcl problem
Date: 2001-12-17 19:06:26
Message-ID: Pine.LNX.4.33.0112171405540.30974-100000@halden.devel.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 17 Dec 2001, Lamar Owen wrote:

> On Monday 17 December 2001 12:24 pm, Trond Eivind Glomsrød wrote:
> > (FWIW, we had a few tcl/tk in Red Hat Linux a couple of years
> > ago. All the ones we made are gone, and the ones in most apps as well)
>
> The tcl/tk configuration apps.... Ugh.
>
> Well, in any case, there is a problem with the pl/tcl build. The
> /usr/lib/tclConfig.sh on RH 7.2 defines:
> # Base command to use for combining object files into a shared library:
> TCL_SHLIB_LD='gcc -pipe -shared -Wl,-soname,libtcl.so.0'

That's for building libtcl. Not for building other libraries - they should
obviously have a different soname.

--
Trond Eivind Glomsrød
Red Hat, Inc.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joe Koenig 2001-12-17 20:33:26 Re: Query Help
Previous Message Lamar Owen 2001-12-17 19:00:27 Re: Pl/Tcl problem