Can't install Orange: "error: command 'clang' failed with exit status 1"
Problem solved: Xcode 4 doesn't actually come with gcc-4.2; it comes with the new LLVM compilers.
It was just a matter of doing:
export CC=llvm-gcc-4.2
export CXX=llvm-g++-4.2
then building Orange.