Python 2.4.2 HPUX-PARISC compile issues

brian.toal at gmail.com brian.toal at gmail.com
Wed Oct 5 19:57:29 EDT 2005


When compiling HPUX for PARISC with the following environemnt variables
I get the following errors.

CFLAGS=+DD64 -fast
CC=aCC
LDFLAGS=+DD64


$ make
aCC -Ae -DD64 -c  -DNDEBUG -O -I. -I./Include  -DPy_BUILD_CORE -o
Modules/python.o Modules/python.c
Error 119: "./Include/pyport.h", line 612 # #error "LONG_BIT definition
appears wrong for platform (bad gcc/glibc config?)."
    #error "LONG_BIT definition appears wrong for platform (bad gcc/g
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
make: *** [Modules/python.o] Error 2


What do I need to do in order to get this to compile?




More information about the Python-list mailing list