[XML-SIG] [OT] Compiler problems

Lars Marius Garshol larsga@garshol.priv.no
12 Jan 2001 17:12:58 +0100


* Lars Marius Garshol
|
| Whenever I try to compile anything at all using the Python 2.0 sources
| I get this compilation error:
| 
| /usr/local/include/python2.0/pyport.h:390: #error "LONG_BIT
| definition appears wrong for platform (bad gcc config?)."

* Andrew Kuchling
| 
| I believe that it's actually glibc at fault, and the error message in
| Python is misleading.  Check at Red Hat for an updated glibc.

That was it! Thank you!  I upgraded to glibc-2.2-9 and the problem
just disappeared.

--Lars M.