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 Julian, Oleg.Plakhotnyuk, barry, ezio.melotti, michael.foord, ned.deily, vstinner, xapple
Date 2011-11-08.08:46:21
SpamBayes Score 7.781574e-06
Marked as misclassified No
Message-id <1320741982.72.0.639473953965.issue13241@psf.upfronthosting.co.za>
In-reply-to
Content
Lucas, there is nothing particularly special about the configuration parameters that Michael used other than enabling debug.  Prior to Xcode 4, Xcode supplied a "standard" (non-LLVM) gcc as the default compiler, 4.2 for 10.6 and 4.0 for 10.5 and 10.4.  Python is regularly built and supported on these configurations and is known to work using a default ./configure (with no parameters).  Xcode 4.2 is problematic because it no longer includes the non-LLVM gcc and there have been various rumors of problems and at least one patch applied already.  As noted above, I am testing the various significant configure and compiler options right now for Xcode 4.2 and will update this issue with recommendations and patches (if necessary) when that is complete.
History
Date User Action Args
2011-11-08 08:46:22ned.deilysetrecipients: + ned.deily, barry, vstinner, ezio.melotti, michael.foord, Julian, Oleg.Plakhotnyuk, xapple
2011-11-08 08:46:22ned.deilysetmessageid: <1320741982.72.0.639473953965.issue13241@psf.upfronthosting.co.za>
2011-11-08 08:46:22ned.deilylinkissue13241 messages
2011-11-08 08:46:22ned.deilycreate