Jan Nieuwenhuizen (2016-08-09 18:56 +0300) wrote:
> With MinGW, you can cross build Windows binaries and run them with Wine,
> like so
>
> ./pre-inst-env guix build --target=i686-w64-mingw32 hello
> /gnu/store/5lf701smnkq0wdg91jsyrmf5jnyz6i31-hello-2.10
> guix environment --ad-hoc wine
Alex Kost writes:
> Hello, I understand nothing in all this mingw stuff, I just have a couple
> of insignificant comments.
Thanks for looking, they all make sense and I have addressed most.
With MinGW, you can cross build Windows binaries and run them with Wine,
like so
./pre-inst-env guix
Hello, I understand nothing in all this mingw stuff, I just have a couple
of insignificant comments.
Jan Nieuwenhuizen (2016-08-09 09:41 +0300) wrote:
> * gnu/packages/patches/gcc-4.9.3-mingw-gthr-default.patch,
> gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch,
> gnu/packages/mingw.scm: Ne
* gnu/packages/patches/gcc-4.9.3-mingw-gthr-default.patch,
gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch,
gnu/packages/mingw.scm: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
---
gnu/local.mk | 3 +
gnu/packages/mingw.scm