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 srid
Recipients ronaldoussoren, srid
Date 2009-12-07.23:33:29
SpamBayes Score 0.00013162104
Marked as misclassified No
Message-id <1260228814.04.0.00170758422827.issue7452@psf.upfronthosting.co.za>
In-reply-to
Content
When trying to build 2.7a1 I ran into the following problem on MacOSX 
10.4 (Tiger):

$ ./configure --enable-framework --enable-universalsdk
[...]
$ make
[...]
gcc -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
/var/tmp//ccGDYNCp.s:36:Invalid mnemonic 'fnstcw'
/var/tmp//ccGDYNCp.s:56:Invalid mnemonic 'fldcw'
lipo: can't open input file: /var/tmp//cc4UBrqs.out (No such file or 
directory)
make: *** [Python/pymath.o] Error 1
History
Date User Action Args
2009-12-07 23:33:34sridsetrecipients: + srid, ronaldoussoren
2009-12-07 23:33:34sridsetmessageid: <1260228814.04.0.00170758422827.issue7452@psf.upfronthosting.co.za>
2009-12-07 23:33:31sridlinkissue7452 messages
2009-12-07 23:33:31sridcreate