Re: statically linking one of my framework to a foundation tool
Re: statically linking one of my framework to a foundation tool
- Subject: Re: statically linking one of my framework to a foundation tool
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 4 Jan 2005 09:54:32 -0700
On Jan 4, 2005, at 9:39 AM, Aurélien Hugelé wrote:
now i have another project, that would need linking one of my
framework to a *foundation tool* (so no framework is not embeddable).
I need static linking (As i understand ...)
can this be done ?
No; you can't statically link something to a dynamic library, and I
don't think there is a way to create a static framework. (You can
create a static library, but not a static framework.) What you might
want to do instead is consider relocating your framework to a standard
path, e.g. /Library/Frameworks, and using it from there. You shouldn't
need to change the framework's installation path to do this; if you put
a framework into /Library/Frameworks, the linker will probably find it
without any problems.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden