Statically link libmysqlclient.a to my Foundation tool
Statically link libmysqlclient.a to my Foundation tool
- Subject: Statically link libmysqlclient.a to my Foundation tool
- From: "Heizer, Charles" <email@hidden>
- Date: Fri, 20 Aug 2010 10:26:54 -0700
- Acceptlanguage: en-US
- Thread-topic: Statically link libmysqlclient.a to my Foundation tool
Hello,
I have been googling for a while now and have tried a few suggestions I
have found in other like posts but have not had much success.
I'm trying to create a stand alone Foundation tool which will connect to
MySQL and I can get this to work if I link to the "libmysqlclient.dylib"
library. But as others have also wanted :) I do not want the user to have
to install the MySQL connector software.
I have added the "Other linker flags" "-lmysql -lpthread -lz $(inherited)"
and no luck, I always need the "libmysqlclient.dylib" in my DYLB path for
it to work.
Any help to get this going would be much appreciated.
Thanks,
Charles
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden