[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
- Previous message: [Python-Dev] Compiling Python on a biarch (PPC/PPC64)
- Next message: [Python-Dev] windows (was: how to easily consume just the parts of eggs that are good for you)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Compiling Python on a biarch (PPC/PPC64)
- Next message: [Python-Dev] windows (was: how to easily consume just the parts of eggs that are good for you)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]