The vstudio contrib solution in zlib 1.2.7 creates a "zlibwapi" dll file. According to the readme.txt file, "The new DLL was renamed because there exist several incompatible versions of zlib.dll on the Internet."
So, I propose this very modest adjustment to the extconf.rb file for zlib:
Assignee changed from usa (Usaku NAKAMURA) to luislavena (Luis Lavena)
Sorry, I can't understand the conclusion.
(1) should apply the 1 line patch because it doesn't cause any problem.
(2) no need to apply the patch because the zlibwapi users should change the names of the dll and the lib.
Which?
Luis, you understand this ticket than me.
Please commit the patch or reject this ticket.
This issue was solved with changeset r37527.
Daniel, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
Recognize zlibwapi as linking library
ext/zlib/extconf.rb: Recognize zlibwapi as linking library.
Patch by Daniel Berger.