'make' error while installing Python2.3.4 !
I'm trying to upgrade from python 1.5 to 2.3 on Red Hat 7.
I have downloaded python 2.3.4.
The ./configure step seems good to me, but the 'make' step stops immediatly with this frightening message :
In file included from Include/Python.h:48,
from Modules/python.c:3:
Include/pyport.h:554:2: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config ?)."
It looks like a configure error, wich shouldn't happen, i think.
I have no idea what to do or what to look for...
Thanks for any idea !
|