我最近升级到 Lion 和 XCode 4.3,现在我对 perl 所做的任何需要 C 编译器的操作都无法构建:
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 有什么改变吗?我现在如何为 perl 设置 C 编译器?