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 ronaldoussoren
Recipients Anton.Korobeynikov, Julian, Nam.Nguyen, Oleg.Plakhotnyuk, Yury.Selivanov, barry, ezio.melotti, gvanrossum, hynek, maker, michael.foord, ned.deily, ronaldoussoren, thomaspinckney3, trent, vstinner, xapple
Date 2012-06-13.21:23:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339622604.39.0.193955817815.issue13241@psf.upfronthosting.co.za>
In-reply-to
Content
The attached configure.ac is a fragment of a configure script that tries to detect if AC_PROG_CC would pick llvm-gcc when clang is also available and then explicitly picks clang.

This would avoid "python3.3 won't build on OSX 10.7" bug reports.

This is not yet a patch to the real configure file because I'd like to add support for automatically picking the compiler inside Xcode.app when the user has Xcode 4 installed without the unix tools (e.g. on an new OSX 10.7 where the user has installed Xcode from the appstore without further actions).
History
Date User Action Args
2012-06-13 21:23:24ronaldoussorensetrecipients: + ronaldoussoren, gvanrossum, barry, vstinner, ned.deily, trent, ezio.melotti, thomaspinckney3, michael.foord, maker, Yury.Selivanov, Julian, hynek, Nam.Nguyen, Oleg.Plakhotnyuk, xapple, Anton.Korobeynikov
2012-06-13 21:23:24ronaldoussorensetmessageid: <1339622604.39.0.193955817815.issue13241@psf.upfronthosting.co.za>
2012-06-13 21:23:23ronaldoussorenlinkissue13241 messages
2012-06-13 21:23:23ronaldoussorencreate