Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upCompile zlib on windows nano #268
Comments
This comment has been minimized.
This comment has been minimized.
noloader
commented
Oct 16, 2017
•
Same problem here... Using latest Cygwin:
And
And
According to _open, _wopen on MSDN, it looks like a Microsoft function. Maybe zLib needs to be modified to check for |
This comment has been minimized.
This comment has been minimized.
noloader
commented
Oct 16, 2017
•
OK, so here is the Stack Overflow question that appears to cover it: Compiling gcc-7-20170212 on Windows 7-64 with cygwin, ==> wopen error. It got me to this patch for my shell script and things built cleanly:
I think MinGW is the one that uses Microsoft libraries. Maybe that should be |
This comment has been minimized.
This comment has been minimized.
jeking3
commented
Nov 23, 2017
I just ran into this issue when I was adding appveyor CI support. |
atmosx commentedMay 29, 2017
•
edited
Hello,
I'm trying to compile zlib on windows nano server. This platform is 64bit version only. Here are the steps:
I'm using
mingw-w64-x86_64-gcc
installed via pacman. Any ideas how to fix this?