[Zlib-devel] zlib 1.2.7 release candidate

Vincent Torri vtorri at univ-evry.fr
Sat Mar 10 00:53:21 EST 2012



On Fri, 9 Mar 2012, Mark Adler wrote:

> zlibbers,
>
> Please test what is intended to be the final version for release as 1.2.7.  You can get it from here:
>
>    https://github.com/madler/zlib/tree/develop
>
> and hitting the ZIP button in the upper left portion of the page.
>
> Below is the current list of platforms to test on (*'s mark success).  Please report on these or others that you can add.  Thanks.

Windows with mingw-w64, 32 bits (gcc 4.6.2):

command line : make LOC=-DASMV OBJA=match.o -f win32/Makefile.gcc prefix=/opt/zlib

gzlib.c: In function 'gz_open':
gzlib.c:97:9: warning: variable 'cloexec' set but not used [-Wunused-but-set-variable]

Note that I think that the description at the top of Makefile.gcc is wrong 
: make must be launch at the top level directory, so it must be mentioned, 
and 'win32/' must be added in front of Makefile.gcc.

Also, I think that the comment line 121:

# BINARY_PATH, INCLUDE_PATH and LIBRARY_PATH must be set.

must be actually at the top.

I'm trying to compile with clang 2.9

Vincent Torri




More information about the Zlib-devel mailing list