Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=513819
--- Comment #12 from Richard W.M. Jones rjones@redhat.com 2009-07-27 04:48:32 EDT ---
- install mingw-gcc, mingw-gtk2, and non-mingw glib
Hmmm - I don't really care what happens when you install a "non-mingw glib". Use our mingw32-glib.
- when given --host, Autoconf tries to run a program to determine if you're
cross compiling. If you have Wine installed the Windows executable are registered with the kernel binfmt_misc module and then you're not cross-compiling, or at least Autoconf doesn't think you are.
This is a real bug (with autotools). I've raised it with Jim Meyering some time ago. No one has found a good way to fix it, but the workaround is to kill Wine's binfmt_misc handler before running the configure script.
[Smalltalk]
Please take a look at how we built mingw32-ocaml.
{BTW this should be discussed on the mailing list, because discussing it in Bugzilla entries is hard to follow, and while there may be bugs, I'm not convinced there is a 1-1 correspondence between bugs and the four Bugzillas that happen to be opened now.}