[XML-SIG] cross compiling PyXML on Yopy (Strong Arm)

Martin v. Löwis martin at v.loewis.de
Thu Nov 20 14:54:27 EST 2003


Gabriel Santonja <gsantonja at yahoo.fr> writes:

> - How can i install PyXml with crosscompiling?.

You should manually perform all build steps. Just look at what would
normally be compiled by gcc, and use a different compiler instead,
manually.

Alternatively, arrange that the cross-compiler is called "gcc".

> - Is expat the only module i must compile with a C
> compiler?. if yes can I use my own cross compiled
> expat?.

No, and perhaps. It also compiles extensions/boolean.c and
extensions/sgmlop.c; for using expat, you have to change the build
process even more.

> - Can i deploy minidom module only with a python ?.

I don't understand the question. If you ask whether you need Python
for the process of deploying: certainly not. A tar file would do as
well.

Regards,
Martin



More information about the XML-SIG mailing list