--with-tcl build on AIX (and others) fails - Mailing list pgsql-hackers

From Zeugswetter Andreas SB SD
Subject --with-tcl build on AIX (and others) fails
Date
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA4212898@m0114.s-mxs.net
Whole thread Raw
Responses Re: --with-tcl build on AIX (and others) fails
Re: --with-tcl build on AIX (and others) fails
Re: --with-tcl build on AIX (and others) fails
List pgsql-hackers
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

pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: RC1 time?
Next
From: Tatsuo Ishii
Date:
Subject: Re: 7.1 vs. 7.2 on AIX 5L