[XML-SIG] [OT] Compiler problems

Andrew Kuchling akuchlin@mems-exchange.org
Fri, 12 Jan 2001 10:04:39 -0500


On Fri, Jan 12, 2001 at 09:40:36AM +0100, Lars Marius Garshol wrote:
>
>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?)."

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.

--amk