Re: Very minor "configure" issue?

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Very minor "configure" issue?
Дата
Msg-id 20061128161825.GG29938@svana.org
обсуждение исходный текст
Ответ на Very minor "configure" issue?  (Stephen Harris <lists@spuddy.org>)
Список pgsql-general
On Tue, Nov 28, 2006 at 11:11:26AM -0500, Stephen Harris wrote:
> The solution, obviously, is LDFLAGS=-Wl,-R/opt/mystuff/lib ./configure....
> and now everything configures and builds cleanly, but it might be nice
> for that to be automatic.

RPATH is evil. If you're going to install libraries in non-standard
paths, at least include those paths in the system-wide library search
path or add them to LD_LIBRARY_PATH.

You could even symlink the libs into /usr/lib, that would also solve
the problem.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Datafiles binary portable?
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: FK pointing to a VIEW