Re: How Do I Statically Link to libcurl?
Re: How Do I Statically Link to libcurl?
- Subject: Re: How Do I Statically Link to libcurl?
- From: Kyle Sluder <email@hidden>
- Date: Tue, 30 Jun 2009 18:43:33 -0700
On Tue, Jun 30, 2009 at 6:40 PM, Chris Tracewell<email@hidden> wrote:
> So... call me an idiot, but I am lost as how to get libcurl into my project.
> I can see libcurl.4.dylib & libcurl.3.dylib on my hard drive using
> spotlight. I have googled and googled and only found bits and pieces here
> and there but nothing concrete, that is a 1,2,3 instruction on how to "link
> against" libcurl. Here is what I think I need to do but am not sure on
> specifics
dylib means "dynamic library"...
Why do you need to link against libcurl statically? Not saying there
aren't valid use cases, but please present yours.
If you really need to, you can download the source and compile it into
a library yourself.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden