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

From: "Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at>
To: <pgsql-patches(at)postgresql(dot)org>, <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: --with-tcl build on AIX (and others) fails
Date: 2002-01-09 11:58:36
Message-ID: 46C15C39FEB2C44BA555E356FBCD6FA4212898@m0114.s-mxs.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


The current version of the interfaces/libpgtcl/Makefile fails to build a
shared lib on platforms where the shlib needs to resolve symbols from
the loading executable (tclsh) at link time. (only affects AIX?)

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.

Makefile.shlib fails to clean correctly on some platforms.

I thus ask you again to consider applying this improved patch that fixes
above problems before RC1.
Else please keep it, to apply after release.

Thanks
Andreas

Attachment Content-Type Size
tcl.patch1 application/octet-stream 5.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gavin Sherry 2002-01-09 12:11:39 Re: RC1 time?
Previous Message Oliver Elphick 2002-01-09 11:43:04 Some architectures need "signed char" declarations

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-01-09 16:04:01 pg_upgrade
Previous Message Gavin Sherry 2002-01-09 01:52:27 Re: [HACKERS] Updated TODO item