-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
inconsistencies in ZLIB-1.2.11 builds using mingw-w64 and MSVC on Windows #258
Comments
See also issue #41. I would recommend just disabling the unsupported assembly code and using the well tested C code. |
That's understandable. But asm code usage for builds using mingw-w64 described in appropriate |
The assembler code will be removed. |
I see, thank you. |
Please resubmit the other issues. Thanks. |
Hello, everyone,
Got few issues with ZLIB builds on Windows.
And testsuite run finishes with errors:
Not reproduced for mingw-w64 builds without
LOC=-DASMV OBJA=match.o
keys and for MSVC builds withLOC="-DASMV -DASMINF -I."...
keys.Missing
install
anduninstall
rules in filewin32/Makefile.msc
, which available inwin32/Makefile.gcc
.Usage instructions in files
win32/Makefile.gcc
andwin32/Makefile.msc
are significantly different, though relate to the same platform.Environment:
Alexander
The text was updated successfully, but these errors were encountered: