Cross compiling (i386 from amd64) with distutils
Martin v. Loewis
martin at v.loewis.de
Mon Nov 8 03:16:28 EST 2010
More information about the Python-list mailing list
Mon Nov 8 03:16:28 EST 2010
- Previous message (by thread): Cross compiling (i386 from amd64) with distutils
- Next message (by thread): Cross compiling (i386 from amd64) with distutils
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>> You can solve some of the >> problems by editing the Makefile which it uses to learn the compiler >> options from. > > I don't understand this - do you mean I should edit the Makefile in > the actual distutils package, and somehow use that in my project > instead of setup.py? No. A python *installation* has a Makefile, in config/Makefile. If you want distutils to use different options, you could edit this Makefile. Regards, Martin
- Previous message (by thread): Cross compiling (i386 from amd64) with distutils
- Next message (by thread): Cross compiling (i386 from amd64) with distutils
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list