Re: Static Linking Framework Paths
Re: Static Linking Framework Paths
- Subject: Re: Static Linking Framework Paths
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 23 Mar 2007 01:02:51 -0600
On Mar 22, 2007, at 11:33 PM, Jared Plumb wrote:
I have a static lib I build to be used in other Applications I
create. This static lib uses frameworks like QuickTime. When I
include this static lib file in another project, I still have to
include the QuickTime framework. My question is: how do I link to
the QuickTime framework within my static lib so that I do not need
to re-link to it in my application that includes that static lib.
You can't. Static libraries are linked directly into the binary and
don't have a link table of their own. They don't even use the Mach-O
binary format.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
_______________________________________________
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