Re: Installation Report for powerpc-apple-netbsdelf1.5
Patrick Welche <prlw1@newn.cam.ac.uk>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
To: Thomas Lockhart <lockhart@alumni.caltech.edu>
Cc: PostgreSQL HACKERS <pgsql-hackers@postgresql.org>
Date: 2000-07-26T16:03:08Z
Lists: 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