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 blb, brett.cannon, dmw, easel, eric.smith, jmr, jnoller, mark.dickinson, ned.deily, ronaldoussoren
Date 2009-08-30.07:28:14
SpamBayes Score 2.9943192e-07
Marked as misclassified No
Message-id <A5621C7C-DAFE-4D34-A221-B54A2DDBB621@mac.com>
In-reply-to <1251614928.65.0.284113926166.issue6802@psf.upfronthosting.co.za>
Content
The default value for the -arch flag changed in SL. It used to be the  
same as the output of the arch command (i386 on intel systems) and now  
is x86-64.

I'll create a patch for configure to automaticly detect the right value.

As a workaround you can build a universal build (--enable- 
universalsdk=/)
History
Date User Action Args
2009-08-30 07:28:16ronaldoussorensetrecipients: + ronaldoussoren, brett.cannon, mark.dickinson, blb, eric.smith, dmw, ned.deily, jnoller, jmr, easel
2009-08-30 07:28:14ronaldoussorenlinkissue6802 messages
2009-08-30 07:28:14ronaldoussorencreate