cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Compile curl 7.33 under xCode 5.1 iOS SDK 7.1

From: Cédric Deltheil <cedric_at_moodstocks.com>
Date: Thu, 13 Mar 2014 12:51:52 +0100

Le 12 mars 2014 à 15:57, Elio Francesconi <elio.francesconi_at_gmail.com> a écrit :

> export IPHONEOS_DEPLOYMENT_TARGET="4.3"
> export CC="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang"
> export CFLAGS="-arch armv7 -pipe -Os -gdwarf-2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk"
> export LDFLAGS="-arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk"
> ./configure --host=armv7-apple-darwin --with-zlib --disable-shared --enable-static --disable-ipv6 --disable-manual --disable-verbose
> make -j `sysctl -n hw.logicalcpu_max`

Hmm… this is strange since I’ve no problem on my side with the exact same commands (and configure options), on the exact same setup:

* Mac OS X 10.9.2
* Xcode 5.1 (5B130a)
* iOS 7.1 -> iphoneos7.1 (`xcodebuild -showsdks`)
* clang (`xcrun -sdk iphoneos7.1 clang -v`):
    * Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)
    * Target: x86_64-apple-darwin13.1.0
    * Thread model: posix
* curl-7.33.0 (from the official curl-7.33.0.tar.gz tar ball)

Also, the configure log states that:

checking if socket can be linked... yes
checking if socket is prototyped... yes
checking if socket might be used... yes
...
checking whether time.h and sys/time.h may both be included... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/time.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/time.h... (cached) yes

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-03-13