Re: [HACKERS] PL patches - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] PL patches
Date
Msg-id 14022.907886420@sss.pgh.pa.us
Whole thread Raw
In response to PL patches  (Brook Milligan <brook@trillium.NMSU.Edu>)
List pgsql-hackers
Brook Milligan <brook@trillium.NMSU.Edu> writes:
> NOTE:  should we be including libtool in our distribution to simplify
> shared library (and other stuff) support?

This is probably a reasonable thing to think about for the next release
(I think it's too late to risk it for 6.4).  It'd be a nice way of
getting rid of that platform-specific Makefile cruft I was complaining
about the other day.

But ... libtool isn't completely ready for prime time.  I've been
distributing the latest release of libjpeg with libtool-based shared
lib support, but I was not brave enough to make that the default
configuration, let alone depend on its working correctly to be able
to build at all.  And I've gotten enough trouble reports to convince
me this was a wise choice.  If we do use libtool, we had better make
sure that there is a a way to fall back to a simple no-shared-libraries
build process.

            regards, tom lane

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] NT port of PGSQL - success
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] PL patches