[Python-Dev] cross-compiling

"Martin v. Löwis" martin at v.loewis.de
Mon Nov 7 23:39:18 CET 2005


Jeremy Hylton wrote:
> I think part of the problem is that setup.py has a bunch of heuristics
> that are intended to do the right thing without user intervention. 
> If, on the other hand, the user wants to intervene, because "the right
> thing" is wrong for cross-compiling, you are kind of stuck.  I don't
> think there is an obvious way to select the extension modules to build
> and the C libraries for them to link against.

Of course there is: Modules/Setup.

Regards,
Martin


More information about the Python-Dev mailing list