Re: Installation Report for powerpc-apple-netbsdelf1.5

Поиск
Список
Период
Сортировка
От Patrick Welche
Тема Re: Installation Report for powerpc-apple-netbsdelf1.5
Дата
Msg-id 20000726170308.I1960@quartz.newn.cam.ac.uk
обсуждение исходный текст
Ответ на Re: Installation Report for powerpc-apple-netbsdelf1.5  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Список 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 по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: Installation Report for powerpc-apple-netbsdelf1.5
Следующее
От: frank
Дата:
Сообщение: Re: [GENERAL] Is Pg 7.0.x's Locking Mechanism BROKEN?