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 ronaldoussoren, trentm
Date 2008-07-16.19:20:30
SpamBayes Score 0.00049485685
Marked as misclassified No
Message-id <1216236032.35.0.371487389362.issue3381@psf.upfronthosting.co.za>
In-reply-to
Content
This is rather annoying, gcc doesn't accept multipe -isysroot flags on 
10.4, yet we need to specify -isysroot during configure to ensure that 
tests are done using the right SDK, otherwise most of configure will use 
the system headers instead of the SDK specified using the --enable-
universalsdk option.

I'm currently trying to teach configure to only add -isysroot to the 
configure-time CFLAGS when the OS version is 10.5 or later, because 
that's the only platform where -isysroot is really needed in the 
configure-time CFLAGS.

The patch should be ready later tonight, I'll post it here instead of 
committing to avoid interfering with the release process.
History
Date User Action Args
2008-07-16 19:20:32ronaldoussorensetspambayes_score: 0.000494857 -> 0.00049485685
recipients: + ronaldoussoren, trentm
2008-07-16 19:20:32ronaldoussorensetspambayes_score: 0.000494857 -> 0.000494857
messageid: <1216236032.35.0.371487389362.issue3381@psf.upfronthosting.co.za>
2008-07-16 19:20:31ronaldoussorenlinkissue3381 messages
2008-07-16 19:20:30ronaldoussorencreate