In article <[email protected]>,
 Andrew Barnert <[email protected]> wrote:

> If you use a binary installer of Python 2.7.5, 3.3.2, or 3.4.0a4 from 
> python.org on either 10.8 or 10.9, and you have Xcode 5, you can't build any 
> C extension modules, because you don't have a compiler named "gcc-4.2".

This should not be the case.  Can you show an example of how this is failing?  
As long as you do not manually override by setting environment variables like 
CC and LDSHARED, Distutils on currently released python.org Pythons (2.7.5, 
3.3.2, and 3.4.0a4) should continue to do the right thing and substitute clang 
if the compile it was built with is not present.  In fact, Distutils 
explicitly blacklisted the llvm-gcc shipped with Xcode 4.

-- 
 Ned Deily,
 [email protected]

_______________________________________________
Pythonmac-SIG maillist  -  [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to