Re: mac install question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: mac install question
Дата
Msg-id 20222.1216878712@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: mac install question  (Dave Page <dpage@pgadmin.org>)
Ответы Re: mac install question  (John DeSoi <desoi@pgedit.com>)
Re: mac install question  ("Dave Page" <dpage@pgadmin.org>)
Список pgsql-general
Dave Page <dpage@pgadmin.org> writes:
>> What are you using it for that you need it to be present at install
>> time?

> The linker hardcodes library paths into exes and libs. We examine
> these paths at install time using otool and rewrite them from the
> staging paths on the build machine to whatever directory the user
> chose to install to using install_name_tool(1).

> The other option would be to rewrite the paths to be relative at build
> time I guess.

Relative paths sound like the best solution to me, assuming they work.

            regards, tom lane

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: A couple of newbie questions ...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: contrib catalogs