Re: --with-tcl build on AIX (and others) fails

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at>
Cc: pgsql-patches(at)postgresql(dot)org, pgman(at)candle(dot)pha(dot)pa(dot)us, pgsql-hackers(at)postgresql(dot)org
Subject: Re: --with-tcl build on AIX (and others) fails
Date: 2002-01-09 16:05:10
Message-ID: 7629.1010592310@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

"Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at> writes:
> The current version of pl/tcl/Makefile fails to build on some platforms,
> e.g. that use a packaged version of tcl that was built with a now
> unavailable compiler or that need an exports file to build shlibs.
> The patch simplifies this Makefile considerably.

I don't think we dare risk a wholesale change in the way pltcl is built
for 7.2. We're already through the ports testing process for 7.2, and
I don't want to start it over again.

This does look like the direction to go in for 7.3, however. (I think
Peter had already muttered something about getting rid of the existing
pltcl build process in favor of using Makefile.shlib.)

As for the libpgtcl part of the patch, I don't understand why the Tcl
library should be linked into libpgtcl. libpgtcl is supposed to be
loaded into a Tcl interpreter, not carry its own interpreter along with
it; but it sure looks like that's what will happen with this patch.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2002-01-09 16:24:40 Re: Time as keyword
Previous Message Bruce Momjian 2002-01-09 16:04:01 pg_upgrade

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-01-09 17:19:11 Re: [HACKERS] --with-tcl build on AIX (and others) fails
Previous Message Bruce Momjian 2002-01-09 16:04:01 pg_upgrade