Re: Building libcurl with Xcode
Re: Building libcurl with Xcode
- Subject: Re: Building libcurl with Xcode
- From: David Dunham <email@hidden>
- Date: Mon, 14 Apr 2008 22:54:26 -0700
On 4 Apr 2008, at 00:51, Jerry wrote:
Has anyone made an Xcode project for libcurl?
I do it by creating a Makefile which does the right stuff and using
and external Xcode target. For safety with autoconf stuff, you need
to build it twice, once for each architecture and then lipo the
results together because of the dreaded config.h. I use these
commands:
This is really helpful, but it's still building under Leopard and so I
get
Undefined symbols:
"_open$UNIX2003", referenced from:
_file_connect in libcurl-universal.a(file.o)
_file_upload in libcurl-universal.a(file.o)
etc.
And my attempt to add −mmacosx-version-min=10.4 broke lipo.
David Dunham
Voice/Fax: 206 783 7404 http://www.pensee.com/dunham/
Imagination is more important than knowledge. -- Albert Einstein
_______________________________________________
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