Re: libpq and libecpg problems on MacOs-X (Panther/10.3.3)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Benjamin Reed <ranger(at)befunk(dot)com>
Cc: Richard Frith-Macdonald <richard(at)brainstorm(dot)co(dot)uk>, pgsql-ports(at)postgresql(dot)org
Subject: Re: libpq and libecpg problems on MacOs-X (Panther/10.3.3)
Date: 2004-05-20 15:29:49
Message-ID: 200405201529.i4KFTnQ04901@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Benjamin Reed wrote:
> Richard Frith-Macdonald wrote:
>
> > I attach a patch which fixes this for MacOS-X 10.3.3, by altering the
> > makefiles to understand the two ways of building a library/bundle and
> > having a variable setting 'BUNDLE=no' to day that the normal dynamic
> > library should be built rather than a bundle. The patch alters the
> > libecpg and libpq makefiles to set this variable, so these two are built
> > as normal dynamic libraries, while the other code continues to be built
> > as bundles.
>
> This is essentially doing the same thing as patch I'd sent back in the
> day that (I thought) was going to get into the next release, but I'd
> never had a chance to follow up on it.
>
> (What I think is) the original thread is here:
>
> http://archives.postgresql.org/pgsql-bugs/2003-01/msg00005.php
>
> ...my patch isn't at the link given anymore, but the latest version of
> it is here:
>
> http://cvs.sourceforge.net/viewcvs.py/fink/dists/10.3/unstable/crypto/finkinfo/postgresql-ssl.patch?rev=HEAD
>
> The current behavior *is* broken; things work only because everything
> ends up linking statically against the .a's, and the bundles are
> basically dead weight.

OK, that's all I need to hear. I will make the changes for 7.5.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 2004-05-20 16:59:31 Re: libpq and libecpg problems on MacOs-X (Panther/10.3.3)
Previous Message Benjamin Reed 2004-05-20 13:25:20 Re: libpq and libecpg problems on MacOs-X (Panther/10.3.3)