-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
update zig's bundled mingw-w64 libc to support older Windows versions #4943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What are you passing as the target? See #1907 (comment) |
Here is the process for how mingw-w64 is configured: https://github.com/ziglang/zig/wiki/Updating-libc#mingw-w64-windows We currently pass |
zig cc
produces Windows binaries requiring Windows Vista or newer
Running After bytepatching the subsystem version header from 6 to 4, the program runs just fine. dumpbin excerpt:
|
@andrewrk commented Apr 6, 2020:
The larger excerpt:
Does it mean that mingw-w64 needs to be reconfigured / rebuilt before building binaries for Windows XP / Server 2003 / ReactOS using |
zig cc
produces binaries requiring a Windows version of at least 6.0 (Vista).mingw32 builds binaries that run perfectly well on my Windows 95 box, so this is probably a regression somewhere.
The text was updated successfully, but these errors were encountered: