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

2005-01-09 Thread Tom Lane
Theodore Petrosky <[EMAIL PROTECTED]> 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 h

[BUGS] not a bug but where do i go for info

2005-01-09 Thread Theodore Petrosky
I am trying to use the libpg interface on OS X with rc3. There must have been a change that I am not understanding. 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 Can someone help