This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients ajung, hynek, ned.deily, ronaldoussoren
Date 2012-06-01.18:01:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338573687.41.0.803553450522.issue14981@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-06-01 18:01:27ned.deilysetrecipients: + ned.deily, ajung, ronaldoussoren, hynek
2012-06-01 18:01:27ned.deilysetmessageid: <1338573687.41.0.803553450522.issue14981@psf.upfronthosting.co.za>
2012-06-01 18:01:26ned.deilylinkissue14981 messages
2012-06-01 18:01:26ned.deilycreate