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 lemburg, ronaldoussoren, tarek
Date 2010-08-07.10:16:19
SpamBayes Score 1.840141e-06
Marked as misclassified No
Message-id <1281176181.32.0.0141862077955.issue9047@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is not sufficient to fix this issue. One problem is that the configure script also using CFLAGS and CPPFLAGS, which results in duplicate -isysroot flags when the compiler is used by configure.

Fixing this properly is annoyingly hard, I'll have to write down a dataflow graph to find a way to set -isysroot and the -arch flags in the minimal amount of locations to get the right behavior and to get rid of duplicate flags.
History
Date User Action Args
2010-08-07 10:16:21ronaldoussorensetrecipients: + ronaldoussoren, lemburg, tarek
2010-08-07 10:16:21ronaldoussorensetmessageid: <1281176181.32.0.0141862077955.issue9047@psf.upfronthosting.co.za>
2010-08-07 10:16:19ronaldoussorenlinkissue9047 messages
2010-08-07 10:16:19ronaldoussorencreate