I've tried using the mingw-w64 toolchain to build a Windows application
on Fedora 41.  Following my usual practice I installed mingw64-gcc and
used the x86_64-w64-mingw32 toolchain to cross-compile.

I was disappointed to find that the resulting binary required UCRT.  In
fact, apart from timestamps, the x86_64-w64-mingw32 toolchain generated
exactly the same binary as x86_64-w64-mingw32ucrt.

I realise that mingw-w64 now has UCRT as the default, but I had expected
the x86_64-w64-mingw32 toolchain to be built with the right configuration
to support MSVCRT.

Or am I doing something wrong?  Do I need to change my procedure somehow?

Cheers,

Ron
-- 
_______________________________________________
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to