[Python-Dev] python build failed on mac

Hynek Schlawack hs at ox.cx
Fri Jan 20 10:29:06 CET 2012


Hello Vijay 


Am Freitag, 20. Januar 2012 um 00:56 schrieb Vijay N. Majagaonkar:

> I am trying to build python 3 on mac and build failing with following error can somebody help me with this
It is a known bug that Apple's latest gcc-llvm (that comes with Xcode 4.1 by default as gcc) miscompiles Python: http://bugs.python.org/issue13241 

make clean
CC=clang ./configure && make -s

works though (despite the abundant warnings).

Regards,
-h



More information about the Python-Dev mailing list