Re: Installation Report for powerpc-apple-netbsdelf1.5 - Mailing list pgsql-hackers

From Patrick Welche
Subject Re: Installation Report for powerpc-apple-netbsdelf1.5
Date
Msg-id 20000726170308.I1960@quartz.newn.cam.ac.uk
Whole thread Raw
In response to Re: Installation Report for powerpc-apple-netbsdelf1.5  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
List pgsql-hackers
On Wed, Jul 26, 2000 at 03:55:27PM +0000, Thomas Lockhart wrote:
> > So, any chance of putting -rpath in?
> 
> istm that it would be acceptable to have --enable-rpath or something
> similar available in ./configure.
> 
> I recall one big problem with this on my Linux boxen: g++ (and
> presumably gcc) checks for the *existance* of the rpath directory during
> the linking stage, and barfs if it does not exist. This is incompatible
> with building in one place, then installing in another, which is
> probably why package builders in particular conclude that it is The
> Wrong Thing.

*existance* before installation! wow! I would have expected
-Lnot_yet_installed_directory -Wl,-Rwhere_the_libs_will_end_up -lfoo

Anyway, some sort of flag would be good..

Cheers,

Patrick


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Installation Report for powerpc-apple-netbsdelf1.5
Next
From: frank
Date:
Subject: Re: [GENERAL] Is Pg 7.0.x's Locking Mechanism BROKEN?