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? -- http://mail.python.org/mailman/listinfo/python-list