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, ronaldoussoren, srid
Date 2009-12-08.17:48:04
SpamBayes Score 5.5238796e-09
Marked as misclassified No
Message-id <1260294486.86.0.102048556916.issue7452@psf.upfronthosting.co.za>
In-reply-to
Content
"PPC (G3) machine rather than Intel (which shouldn't make a difference)" 
... but did in this case. Perhaps it's too early in the morning yet but I 
don't see why that error doesn't show up for me when building trunk on an 
Intel machine under 10.6, i.e. this gives no error:
/usr/bin/gcc-4.0 -c -arch ppc -arch i386 -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk  -fno-common -dynamic -DNDEBUG -g -fwrapv 
-O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE 
-o Python/pymath.o Python/pymath.c
(This is with one patch to configure to fix the test for Darwin 10)
History
Date User Action Args
2009-12-08 17:48:06ned.deilysetrecipients: + ned.deily, ronaldoussoren, mark.dickinson, srid
2009-12-08 17:48:06ned.deilysetmessageid: <1260294486.86.0.102048556916.issue7452@psf.upfronthosting.co.za>
2009-12-08 17:48:04ned.deilylinkissue7452 messages
2009-12-08 17:48:04ned.deilycreate