In article <1382658638.14083.yahoomail...@web184703.mail.ne1.yahoo.com>,
 Andrew Barnert <abarn...@yahoo.com> 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,
 n...@acm.org

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to