View Single Post

   
  #3 (permalink)  
Old 04-11-2008, 05:44 AM
Jim C. Nasby
 
Posts: n/a
Default Re: HEAD doesn't cope with libraries in non-default locations

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...7/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@decibel.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?"

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply With Quote