Re: [HACKERS] PL patches

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Brook Milligan <brook(at)trillium(dot)NMSU(dot)Edu>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] PL patches
Date: 1998-10-08 22:40:20
Message-ID: 14022.907886420@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Brook Milligan <brook(at)trillium(dot)NMSU(dot)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

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-10-08 23:45:28 Re: [PATCHES] PL patches
Previous Message Bruce Momjian 1998-10-08 21:40:29 Re: [HACKERS] NT port of PGSQL - success