Re: [Xcode-users] Linking static curl lib
Re: [Xcode-users] Linking static curl lib
- Subject: Re: [Xcode-users] Linking static curl lib
- From: Rush Manbert <email@hidden>
- Date: Wed, 26 Nov 2008 06:43:31 -0800
On Nov 25, 2008, at 6:01 PM, Peter O'Gorman wrote:
David Cohn wrote:
Chirs,
Thanks for your help... something must be wrong here:
Other Linker Flags: -l/My/Full/Path/libcurl.a
Chris accidentally inserted the -l, just put /Full/Path/to/libcurl.a
in
Other Linker Flags.
This is a sidetrack, but I ran across an example of this recently
while examining what an open source project make was doing, and have
wondered whether it could be beneficial to one of my projects.
If we assume that the linker search would find the same static library
as what is specified as /path/to/libstatic.a, is there any linker
behavior difference if you specify a static library this way, rather
than providing a linker search path and a -lname specification?
- Rush
_______________________________________________
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