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 mark.dickinson, ned.deily, nirinA, rhettinger, steven.daprano, stutzbach, terry.reedy, tim.peters
Date 2009-10-17.06:31:50
SpamBayes Score 2.204283e-05
Marked as misclassified No
Message-id <1255761112.62.0.92562903239.issue3366@psf.upfronthosting.co.za>
In-reply-to
Content
For the record, these OS X installer build scripts (running on 10.5) 
results in these gcc options:

gcc-4.0 -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -
fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3 -
I/tmp/_py/libraries/usr/local/include -I. -IInclude -I/usr/local/include 
-I/private/tmp/_t/Include -I/private/tmp/_py/_bld/python -c 
/private/tmp/_t/Modules/mathmodule.c -o build/temp.macosx-10.3-fat-
3.2/private/tmp/_t/Modules/mathmodule.o

and:

$ gcc-4.0 --version
powerpc-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
History
Date User Action Args
2009-10-17 06:31:53ned.deilysetrecipients: + ned.deily, tim.peters, rhettinger, terry.reedy, mark.dickinson, stutzbach, nirinA, steven.daprano
2009-10-17 06:31:52ned.deilysetmessageid: <1255761112.62.0.92562903239.issue3366@psf.upfronthosting.co.za>
2009-10-17 06:31:51ned.deilylinkissue3366 messages
2009-10-17 06:31:50ned.deilycreate