我最近升級到獅子和Xcode的4.3,現在任何東西,我用Perl做到這一點,需要C編譯器未能建立:的XCode 4.3 - perl的無法找到XCode的C編譯器升級後,4.2
root# perl Makefile.PL
Couldn't find your C compiler
Compilation failed in require at Makefile.PL line 5.
BEGIN failed--compilation aborted at Makefile.PL line 5.
我的C編譯器設置爲:
root# perl -V:cc
cc='llvm-gcc-4.2';
有什麼事情改變了的XCode 4.3?我怎麼設置C編譯器的Perl現在?