Re: Attach library (.a) in Xcode
Re: Attach library (.a) in Xcode
- Subject: Re: Attach library (.a) in Xcode
- From: Philip Aker <email@hidden>
- Date: Thu, 26 Jun 2008 01:28:19 -0700
On 08-06-26, at 00:56, Sebastian Nowicki wrote:
I'm interested as to how people handle static and dynamic libraries.
Coming from a Linux background I was confused as to how to do it in
Mac OS X, because shared libraries seem discouraged.
Dynamic libraries are encouraged on Mac OS X. Typically you will
create a framework target in Xcode and the resulting built framework
(a structured directory package built around your library) will house
your public and private headers as well as any resources you may need
to accompany the library. You can set the install path of dynamic
libraries to a fixed location or location relative to the loading
executable so it's not necessary to use the regular installation
directories.
Look in /System/Library/Frameworks to see how much Mac OS X uses
frameworks.
Philip Aker
echo email@hidden@nl | tr a-z@. p-za-o.@
Democracy: Two wolves and a sheep voting on lunch.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden