[Xcode-users] Linking static curl lib
[Xcode-users] Linking static curl lib
- Subject: [Xcode-users] Linking static curl lib
- From: David Cohn <email@hidden>
- Date: Tue, 25 Nov 2008 15:07:38 -0800
Hey all,
I'm having trouble linking a newer static libcurl than what's
installed on my system (7.16.3 installed, trying to link 7.18.1).
I've created the curl library in a relative directory, and played
around variously with setting Library Search Paths and actually
adding the .a files to the project (among other things). In general,
the application builds fine-- no error messages-- but the version
used is always 7.16.3, which tells me I'm getting the dynamic lib at
run-time rather than the .a file i statically link. (ld shows -lcurl
-lz in the build transcript)
Any ideas on how can I force the static library to link?
Apologies if I'm missing something obvious...
Thanks,
--Dave
_______________________________________________
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