[issue14981] 3.3.0a4 compilation fails von MacOS Lion /10.7.4

Ned Deily report at bugs.python.org
Fri Jun 1 20:01:27 CEST 2012


Ned Deily <nad at acm.org> added the comment:

This is a known issue with using Apple's llvm-gcc compiler.  Make sure you've installed either the latest version of Xcode for OS X 10.7 (currently Xcode 4.3.x) and install the optional Command Line Tools component (Xcode -> Preferences -> Downloads -> Components) or download and install the latest version of the new standalone Command Line Tools package (late March) for 10.7 and then configure the build to use clang as compiler.  

    ./configure CC=clang

The defaults ./configure uses will be updated prior to beta releases of 3.3.

----------

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


More information about the Python-bugs-list mailing list