On Wed, May 13, 2009 at 6:14 AM, James Jackson <james.jack...@cern.ch> wrote:
>
>
> I note that the distribution directory being created is build/
> src.linux-x86_64-2.4 - not i386. Can I force the architecture in the
> configure step, as it appears this would be the problem (hinted at by
> LONG_BIG wrong for platform error).

You should make sure you are using the 32 bits python, so that 32 bits
headers will be used. You could use the following to check:

python -c "import platform; print platform.architecture()"

cheers,

David
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to