I am trying to compile Python source on a RedHat 7.0 linux box but when
I do the make I get the following:
make[1]: Leaving directory
`/develop/ActivePython-2.0.0-203/src/Core/Objects'
cd Python ; make OPT="-g -O2 -Wall -Wstrict-prototypes" VERSION="2.0" \
prefix="/usr/local" exec_prefix="/usr/local" all
make[1]: Entering directory
`/develop/ActivePython-2.0.0-203/src/Core/Python'
gcc -c -g -O2 -Wall -Wstrict-prototypes -I./../Include -I..
-DHAVE_CONFIG_H -DPLATFORM='"linux2"' \
./getplatform.c
In file included from ../Include/Python.h:54,
from ./getplatform.c:2:
../Include/pyport.h:390:2: #error "LONG_BIT definition appears wrong for
platform (bad gcc config?)."
make[1]: *** [getplatform.o] Error 1
make[1]: Leaving directory
`/develop/ActivePython-2.0.0-203/src/Core/Python'
make: *** [Python] Error 2
RedHat 7.0 does come with gcc 2.96 , also inside the
../Include/pyport.h:390 a LONG_BIT is 8 should it be 16 for a 64-bit OS
? Has anyone came across the same problem ??
begin:vcard
n:44;Marshall
x-mozilla-html:FALSE
org:Stellar Robotics;Research and Development
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Engineer
x-mozilla-cpt:;0
fn:Marshall 44
end:vcard