/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.0.sdk/System/Library/Frameworks
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.0.sdk/usr/lib
crosscompilation without xcode
http://www.hackint0sh.org/forum/showthread.php?t=33867
Replace lib with 1.14 versions and link
export CFLAGS="-I/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/gcc/arm-apple-darwin9/4.0.1/include/ -I/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.0.sdk/usr/include -I/Developer/Platforms/iPhoneOS.platform/Developer/usr/include/ -I/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator2.0.sdk/usr/include"
export CPP="/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/cpp-4.0"
export CPPFLAGS=$CFLAGS
export LDFLAGS="-L/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.0.sdk/usr/lib/"
export PATH="$PATH:/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/" |