Oct 30, 2025 8:24:01 PM Bob Tennent <[email protected]>:

> I have a project on Linux, that uses gnu autotools (autoconf, automake,
> configure, make). I've installed mingw64 but now I need to use analogues of
> the autotools to build Windows executables.  I've done this before but I've
> forgotten how and I can't find the relevant information on your web sites.
> Can someone help me?
>

You have provided almost no detail at all to help.
But I'll try, anyway.

You need to obtain a mingw-w64 toolchain from your distro.

After you have done that, you can run the `configure` script if your project 
already has it generated. Pass --host=x86_64-w64-mingw32 when invoking it.

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to