How to resolve the x86 build issue on Mac

2015-01-09 Thread rokaku
I'm newbie for the build, now I'm trying to build libtool-2.4.4 for iOS-simulator (not iOS) on Mac. Here is my script: export ARCH="i386-apple-darwin11" export SDKVER="7.1" export DEVROOT="/Applications/Xcode.app/Contents/Developer" export SDKROOT="$DEVROOT/Platforms/iPhoneSimula

Re: How to resolve the x86 build issue on Mac

2015-01-09 Thread Václav Zeman
On 9.1.2015 13:04, rokaku wrote: > I'm newbie for the build, now I'm trying to build libtool-2.4.4 for > iOS-simulator (not iOS) on Mac. > Here is my script: > > export ARCH="i386-apple-darwin11" > export SDKVER="7.1" > export DEVROOT="/Applications/Xcode.app/Contents/Developer" >