Re: not a bug but where do i go for info

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: not a bug but where do i go for info
Дата
Msg-id 28303.1105293846@sss.pgh.pa.us
обсуждение исходный текст
Ответ на not a bug but where do i go for info  (Theodore Petrosky <tedpet5@yahoo.com>)
Список pgsql-bugs
Theodore Petrosky <tedpet5@yahoo.com> writes:
> When I compile my app (xcode) I get the following
> error.
> warning prebinding disabled because dependent library:
> /usr/local/pgsql/lib/libpq.3.dylib in not prebound

I googled apple.com for "prebinding" and got some useful-looking hits,
such as

http://developer.apple.com/documentation/Performance/Conceptual/LaunchTime/Tasks/Prebinding.html

You could try adding -Wl,-prebind to the LDFLAGS for libpq to see if
that produces a correctly prebound libpq.dylib.  Not sure if this will
work or if it has any downsides.

            regards, tom lane

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: BUG #1373: constraints, rules
Следующее
От: Tom Lane
Дата:
Сообщение: Re: tsearch2 headline function fails to parse integer arguments