Ned Deily <n...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue14981> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com