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: Graham Reitz <email@hidden>
- Date: Fri, 23 Nov 2007 23:38:48 -0600
Oh cool. I didn't think that would work.
Thanks again to you and Katsura for the help. I really appreciate it.
graham
On Nov 23, 2007, at 11:23 PM, Nick Zitzmann wrote:
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