Iphone-gcc求助

运行环境 iphone4s上,因为没有苹果电脑,所以在iphone上做的。
按照书中示例,在编译的时候出现
/tmp/2/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.
/tmp/2/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.
Making all for tweak 2…
Preprocessing Tweak.xm…
Compiling Tweak.xm…
Linking tweak 2…
ld: library not found for -lobjc
clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [obj/2.dylib.64873355.unsigned] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [2.all.tweak.variables] Error 2

从代码上初步得出结论iphone-gcc版本老了,(也能得出缺少ld: library not found for -lobjc),运行gcc显示没有发现。谷歌了一上午,没有多少进展,参阅到 http://bbs.feng.com/read-htm-tid-5259660.html 这篇文章,貌似有新版本的gcc,但是文件太大,要800+M,估计手机受不了。所以,请前辈指点迷津,有安装gcc的好方法或者其他的捷径吗?
致敬!感激!

看一下这个网站这个网站

已解决,谢谢您!是gcc的问题,正在写分享日志~感谢您的帮助