I installed aixtools.python.rte 3.5.1.1 on AIX 7.2, and I want to install Cython as well, but got the following error,
xlc -DNDEBUG -O -I/opt/include -O2 -I/opt/buildaix/includes -I/opt/include/python3.5m -c /tmp/pip-build-bgsjy04v/Cython/Cython/Plex/Scanners.c -o build/temp.aix-7.2-3.5/tmp/pip-build-bgsjy04v/Cython/Cython/Plex/Scanners.o
"/opt/include/python3.5m/pyport.h", line 811.2: 1506-205 (S) #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
error: command 'xlc' failed with exit status 1
Anyone knows the solution? Thanks,