Skip to content

Instantly share code, notes, and snippets.

How to cross-compile guile guile-2.0.9.241-950a-dirty or later for Windows, from a GNU Linux-distro (without thread support for now)
0.) If you have Wine installed, make sure it is not associated with .exe files, as it messes up
./configure's cross-compiler detection. Run "sudo update-binfmts --disable wine" if this is the case.
1.) Compile guile locally
2.) Cross-compile all dependencies normally, except libgc which requires special treatment. The libraries you need are the
versions below, or later:
gettext-0.18.3.1
gmp-5.1.3