Re: HEAD doesn't cope with libraries in non-default locations

From: "Jim C(dot) Nasby" <decibel(at)decibel(dot)org>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: HEAD doesn't cope with libraries in non-default locations
Date: 2005-07-04 19:42:14
Message-ID: 20050704194214.GT49841@decibel.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Mon, Jul 04, 2005 at 04:14:51PM +1200, Oliver Jowett wrote:
> Tom Lane wrote:
>
> >It appears that somebody has changed things so that the -L switches
> >appear after the -l switches (ie, too late). I'm too tired to
> >investigate now, but my money is on Autoconf 2.59 being the problem ...
>
> Perhaps this:
> http://archives.postgresql.org/pgsql-hackers/2005-07/msg00085.php

Would be my guess as well...

So should includes/linking for PostgreSQL-built libs be handled
seperately? The original problem was that if --with-libraries was
specified then libpq etc would be linked from the system locations
instead of from within the build.
--
Jim C. Nasby, Database Consultant decibel(at)decibel(dot)org
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2005-07-04 20:06:10 Re: HEAD doesn't cope with libraries in non-default locations
Previous Message Dave Page 2005-07-04 18:54:26 Re: [HACKERS] Dbsize backend integration

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2005-07-04 20:06:10 Re: HEAD doesn't cope with libraries in non-default locations
Previous Message Bruce Momjian 2005-07-04 19:05:57 Re: libecpg (8.0 and CVS) hits a gcc bug on powerpc