This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rwmjones
Recipients cfriedt, hanwen, janneke-sf, lkcl, loewis, nzjrs, rmt38, rwmjones, scott.tsai
Date 2008-10-06.13:56:23
SpamBayes Score 2.9565529e-08
Marked as misclassified No
Message-id <1223301407.49.0.938051580572.issue1597850@psf.upfronthosting.co.za>
In-reply-to
Content
I'm trying to use this patch to cross-compile Python under
Fedora, using the Fedora-MinGW project
(http://fedoraproject.org/wiki/MinGW)

IMHO the documentation is confusing.  It sounds from the
docs like CC_FOR_BUILD should be the native system
compiler -- eg. all the examples show CC_FOR_BUILD=gcc

But I didn't get very far at all doing that.  It seems that
what you mean is CC_FOR_BUILD=i686-pc-mingw32-gcc (ie. the
cross-compiler).

Also the extra patches added by lkcl are necessary to get
posixmodules.c to compile.  I'm trying 2.5.2 at the moment,
and while I haven't succeeded getting it all compiled yet,
it's very definitely necessary to fix posixmodules.c
History
Date User Action Args
2008-10-06 13:56:47rwmjonessetrecipients: + rwmjones, loewis, lkcl, hanwen, janneke-sf, rmt38, scott.tsai, nzjrs, cfriedt
2008-10-06 13:56:47rwmjonessetmessageid: <1223301407.49.0.938051580572.issue1597850@psf.upfronthosting.co.za>
2008-10-06 13:56:23rwmjoneslinkissue1597850 messages
2008-10-06 13:56:23rwmjonescreate