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, rpetrov, rwmjones, scott.tsai
Date 2008-10-08.08:32:06
SpamBayes Score 1.1203698e-06
Marked as misclassified No
Message-id <1223454728.7.0.0728647985894.issue1597850@psf.upfronthosting.co.za>
In-reply-to
Content
Just to clarify, in the MinGW case we are interested in:

"build" = Fedora Linux, usually i386 or x86-64 (but not always)
"host" = Windows i386

We can, to a limited extent, run the host binaries on the
build system, using Wine (the Windows emulator).  This doesn't
always work, and in any case is usually regarded as the wrong
thing to do because Wine is a very large and complicated build
dependency which requires, amongst other things, a working X
server.  Also since Wine doesn't run on anything which is
not x86-like, if we have to run Wine during the build then we
cannot cross-compile from other Fedora build systems, specifically
ppc and sparc.
History
Date User Action Args
2008-10-08 08:32:08rwmjonessetrecipients: + rwmjones, loewis, lkcl, hanwen, janneke-sf, rmt38, scott.tsai, nzjrs, cfriedt, rpetrov
2008-10-08 08:32:08rwmjonessetmessageid: <1223454728.7.0.0728647985894.issue1597850@psf.upfronthosting.co.za>
2008-10-08 08:32:07rwmjoneslinkissue1597850 messages
2008-10-08 08:32:06rwmjonescreate