Re: python setup.py build 32-bits on x86_64 machine

2009-11-29 Thread Aahz
In article <4b08d6e9$0$28097$a729d...@news.telepac.pt>, =?UTF-8?B?U8Opcmdpbw==?= Monteiro Basto wrote: > >I am in x86_64 arch , but I need >compile things on 32 bits. >python setup.py build Googling for "linux force 32-bit build" and similar phrases should find some useful results. -- Aahz (a.

python setup.py build 32-bits on x86_64 machine

2009-11-21 Thread Sérgio Monteiro Basto
Hi, I am in x86_64 arch , but I need compile things on 32 bits. python setup.py build Can't change the fact that distutils creates x86_64 directories: gcc -pthread -shared build/temp.linux-x86_64-2.3/ Also if I try with a python compile in 32bits and installed in system . how I force distuti