Statically linking a lib ...
Statically linking a lib ...
- Subject: Statically linking a lib ...
- From: Mario Scarpa <email@hidden>
- Date: Wed, 3 Apr 2002 00:44:45 +0200
Hi all,
though it's probably a faq, I could not find this elsewhere.
I've written a simple app to store information about audio CDs: it has
the possibility to post and store these info on a remote MySQL DB so
I used the MySQL C APIs and am linking against libmysqlclient.10.dylib.
Now, I want to give the app out without forcing people to install the lib
by themselves so I decided to link it statically: I know OTOH there 's
the possibility
to let the lib load dynamically putting it in a dir (Framework ?) under
Resources in the .app bundle ... what would you do ? Which is the "right"
solution if ever ?
Thanks a lot,
Mario.
P.S.
feel free to cc myself since I 'm not following the list closely ...
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.