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 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 ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org