[Zlib-devel] zlib 1.2.4 released
Vincent Torri
vtorri at univ-evry.fr
Fri Mar 12 02:05:35 EST 2010
On Thu, 11 Mar 2010, Mark Adler wrote:
> Stouthearted zlibbers,
>
> zlib 1.2.4 is released! I am temporarily placing it here for you to check out, in case there are any problems. Please test it and let me know if all is well. Or not.
>
> http://alumnus.caltech.edu/~madler/zlib-1.2.4.tar.gz
>
> Once it looks good, I will put up on zlib.net . Until then, please do not redistribute it or put it into production, in case I have to make any changes.
would it be possible, for cross-compilation to add a TARGET variable in
Makefile.gcc ? something like:
TARGET =
CC = $(TARGET)gcc
AR = $(TARGET)ar
RC = $(TARGET)windres
STRIP = $(TARGET)strip
hence, for cross-compilation, we would just do (for example)
make -f win32/Makefile.gcc TARGET=i586-mingw32msvc-
instead of (currently)
make -f win32/Makefile.gcc RANLIB=i586-mingw32msvc-ranlib AR="i586-mingw32msvc-ar" CC=i586-mingw32msvc-gcc RC=i586-mingw32msvc-windres STRIP=i586-mingw32msvc-strip
Not important, just more convenient
Vincent Torri
>
> Thank you all for your help!
>
> Mark
>
>
> MD5 (zlib-1.2.4.tar.gz) = 4858dcc265b0cf40ba1aa5de58fd6a5c
>
> SHA1(zlib-1.2.4.tar.gz)= 52491adc0eb7a1e80b65c9c77433e47ab61786ec
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.8 (Darwin)
>
> iD8DBQBLmd56eD/Njli8r7oRApIvAJ41U2CYRD3N035LzIiInWA+BU+K1ACg0dJ+
> LnzdWJ4tZ4wMIXPMIimQ//M=
> =27Xc
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Zlib-devel mailing list
> Zlib-devel at madler.net
> http://mail.madler.net/mailman/listinfo/zlib-devel_madler.net
>
>
More information about the Zlib-devel
mailing list