configure: error: C compiler cannot create executables in mac os terminal
i'm trying to Building libCURL in iOS 4.2, i do some steps in the terminal. The steps are : cd curl-7.21.2 export CC=/Developer\ 4.2/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin10-gcc-4.0.1 export CFLAGS="-isysroot /Developer\ 4.2/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk" export LDFLAGS="-isysroot /Developer\ 4.2/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk -Wl,-syslibroot /Developer\ 4.2/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk" export CPP=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/cpp ./configure --disable