./configure -host=arm-linux -prefix=/usr/local/arm-linux/Python成功
...
然后make失败
[root@localhost Python-3.2.3]# make
arm-linux-gcc -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
In file included from Include/Python.h:50:0,
from ./Modules/python.c:3:
Include/pyport.h:260:13: error: #error "This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG"
make: *** [Modules/python.o] 错误 1



