Linking a static (.a) library into a framework
Linking a static (.a) library into a framework
- Subject: Linking a static (.a) library into a framework
- From: Mike Laster <email@hidden>
- Date: Fri, 29 Oct 2004 16:48:21 -0400
How do I go about linking a framework against a static .a library?
I'm trying to build a set of Objective-C wrappers around Spread
(http://www.spread.org), but I don't want to
introduce added dynamic dependancies.
I have a framework called Spread.framework that has my wrapper classes
and links libspread.a which
is part of the project.
However, whenever I build it, Xcode seems to link
/usr/local/libspread.dylib instead of the libspread.a which
I told it to use. How to I make Xcode use the static library and not
the dynamic one?
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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