Hynek Schlawack <h...@ox.cx> added the comment:

Hello Thomas,

I presume your gcc is Apple's llvm-gcc (gcc --version output starts with 
"i686-apple-darwin11-llvm-gcc-4.2"), which is unfortunately a known to 
miscompile Python 3.3.

If you want to compile the latest Python 3.3 on OS X, use clang ("CC=clang 
./configure" or "./configure CC=clang") which is also part of Apple's dev tools 
and works fine.

----------
nosy: +hynek
resolution:  -> duplicate
stage:  -> committed/rejected
status: open -> closed
superseder:  -> llvm-gcc-4.2 miscompiles Python (XCode 4.1 on Mac OS 10.7)

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14932>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to