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 ezio.melotti, ned.deily, phsiao, shilpi, trent
Date 2013-03-21.21:36:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363901806.68.0.199135160789.issue17344@psf.upfronthosting.co.za>
In-reply-to
Content
Joe, there are many reasons for seeing configure errors like that and they are almost always platform-specific.  Ones seen on OS X are unlikely to be related to ones seen on Solaris so they should be covered in separate issues.  In your case, --enable-universalsdk with no arguments means to use the OS X 10.4u SDK which does not support 64-bit builds ("intel").  As described in Mac/README, you need to specify --enable-universalsdk=/ to use the command-line-tool installed headers on your system or --enable-universalsdk=/path/to/SDK to use a specific Xcode-installed SDK.  Also it is best to explicitly include MACOSX_DEPLOYMENT_TARGET=10.6 (or whatever) in the ./configure arguments.
History
Date User Action Args
2013-03-21 21:36:46ned.deilysetrecipients: + ned.deily, trent, ezio.melotti, shilpi, phsiao
2013-03-21 21:36:46ned.deilysetmessageid: <1363901806.68.0.199135160789.issue17344@psf.upfronthosting.co.za>
2013-03-21 21:36:46ned.deilylinkissue17344 messages
2013-03-21 21:36:46ned.deilycreate