Re: not a bug but where do i go for info - Mailing list pgsql-bugs

From Tom Lane
Subject Re: not a bug but where do i go for info
Date
Msg-id 28303.1105293846@sss.pgh.pa.us
Whole thread Raw
In response to not a bug but where do i go for info  (Theodore Petrosky <tedpet5@yahoo.com>)
List 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 by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: BUG #1373: constraints, rules
Next
From: Tom Lane
Date:
Subject: Re: tsearch2 headline function fails to parse integer arguments