[Python-Dev] Compiling Python on a biarch (PPC/PPC64) (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Thu Apr 10 21:23:56 CEST 2008


If I understood correctly, you're saying that Python's building process involves only the C compiler, right? So, in order to fix this issue that I've found, I only need to modify configure.in file (and maybe Makefile.pre.in). Is that correct?

Correct. There are also some additional shell scripts involved, but I don't think they matter.

Regards, Martin



More information about the Python-Dev mailing list