dbTalk Databases Forums  

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

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] not a bug but where do i go for info in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Theodore Petrosky
 
Posts: n/a

Default [BUGS] not a bug but where do i go for info - 01-09-2005 , 08:50 AM






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 me? I went googling for 'os x
prebinding' libpq.3.dylib

Do I need to worry about this warning? I have always
created my apps on OS X that I could just copy to a
machine. I am under the impression that I would need
to create an installer that would add the dylib to my
target machine when I installed my app on a different
machine.

Sorry if this is not the correct forum to place this
query.

Ted






__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply With Quote
  #2  
Old   
Tom Lane
 
Posts: n/a

Default Re: [BUGS] not a bug but where do i go for info - 01-09-2005 , 12:06 PM






Theodore Petrosky <tedpet5 (AT) yahoo (DOT) com> writes:
Quote:
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/documenta...rebinding.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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.