Re: Where to put static libraries?
Re: Where to put static libraries?
- Subject: Re: Where to put static libraries?
- From: Markus Hitter <email@hidden>
- Date: Tue, 10 Feb 2004 11:30:53 +0100
Am 10.02.2004 um 05:02 schrieb Marty Ray:
I am trying to write an application that allows me to access a mysql
database. They have a static library "libmysqlclient.a" that I need to
link to, but I can't figure out how to do that.
Put it anywhere you want and add it like a framework or resource to the
project.
To test wether you can distribute your app, build the app, move the lib
aside and run the app. Since it's a static lib, this should work.
In opposite, dynamic libs need to be embedded into the app since they
are needed at runtime.
HTH,
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.