Re: How do you force an Xcode C++ tool to statically link to a library?
Re: How do you force an Xcode C++ tool to statically link to a library?
- Subject: Re: How do you force an Xcode C++ tool to statically link to a library?
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 23 Nov 2007 21:23:15 -0800
On Nov 23, 2007, at 9:15 PM, Graham Reitz wrote:
What would that look like for reference?
-l/somepath/a_static_lib ?
No, don't use a flag. Just include the absolute path to the static
library as a stand-alone argument, like this:
/usr/local/bin/libmylibrary.a
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