Konrad Hinsen wrote:
/home/shr/khinsen/tmp/Python-2.6.2/Modules/_ctypes/libffi/src/x86/ffi64.c(43):
\
error: identifier "__int128_t" is undefined
__int128_t sse[MAX_SSE_REGS];
^
compilation aborted for
/home/shr/khinsen/tmp/Python-2.6.2/Modules/_ctypes/libf\
fi/src/x86/ffi64.c (code 2
I am trying to install Python 2.6.2 on a 64-bit Linux machine (RedHat
Enterprise) using the Intel compiler (version 11). Even without
optimizations (-O0), I get a compilation error in the ctypes module
icc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -O0 -I. -I/home/shr/
khinsen/tm\
p/Python