[issue15051] Can't compile Python 3.3a4 on OS X

Ronald Oussoren report at bugs.python.org
Tue Jun 12 17:45:30 CEST 2012


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

There is a bug in the version of GCC that's shipped with Xcode.

Try building using clang:

configure ... CC=clang CXX=clang++

----------
nosy: +ronaldoussoren

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15051>
_______________________________________


More information about the Python-bugs-list mailing list