[XML-SIG] Can't build PyXML-0.8.4 on RedHat AS-4

"Martin v. Löwis" martin at v.loewis.de
Wed Jan 7 23:55:24 CET 2009


> extensions/expat/lib/xmltok.c:1: sorry, unimplemented: 64-bit mode not
> compiled in
> error: command 'gcc' failed with exit status 1

That's a problem with your gcc installation. It doesn't support the -m64
option. You need to invoke the 64-bit compiler, or build for a 32-bit
Python.

Regards,
Martin


More information about the XML-SIG mailing list