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 lemburg
Recipients lemburg, ronaldoussoren
Date 2010-06-21.18:38:11
SpamBayes Score 5.6703295e-05
Marked as misclassified No
Message-id <1277145493.52.0.0439952052215.issue9047@psf.upfronthosting.co.za>
In-reply-to
Content
A typical build line looks like this:

gcc-4.0 -c -fno-strict-aliasing -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386 -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -isysroot /Developer/SDKs/MacOSX10.4u.sdk   -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c

With older Xcode releases, the above is known not to work at all: gcc simply gives up and raises an error. With the latest Xcode available for 10.3 (last release + all patches), gcc accepts the extra options, but it's not clear whether the resulting code will work... mostly due to #9046: Python 2.7rc2 doesn't build on Mac OS X 10.3.

The two issues could also be connected.
History
Date User Action Args
2010-06-21 18:38:13lemburgsetrecipients: + lemburg, ronaldoussoren
2010-06-21 18:38:13lemburgsetmessageid: <1277145493.52.0.0439952052215.issue9047@psf.upfronthosting.co.za>
2010-06-21 18:38:12lemburglinkissue9047 messages
2010-06-21 18:38:11lemburgcreate