This is the mail archive of the cygwin-apps@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

zlib-1.1.3-3 ready for test


A few minor tweaks and documentation fixes relative to the recent
zlib-1.1.3-2 package.

This one is probably ready to go into 'latest' (*) AFTER the next
cygwin-binutils package is released. 

(*) I think zlib should be in 'contrib' instead of 'latest'.

The package is now available for testing at
   ftp://sourceware.cygnus.com/pub/cygwin/private/cygwin-extras-392/

zlib-1.1.3-3.tar.gz
zlib-1.1.3-3-src.tar.gz

Building requires gcc-2.95.2-2 and binutils (CVS, 20000721 or later)

NOTES:

o import-lib libfoo.dll.a
o stripped dll libfoo.dll
o static-lib libfoo.a
o cygwin-specific docs in /usr/doc/Cygwin/zlib-1.1.3.README
o generic docs in /usr/doc/zlib-1.1.3/*
o source archive already has the cygwin-specific patch applied

o cygwin-specific README and PATCH are stored in the source archive,
under <top>/CYGWIN-PATCHES/* (although the patch has already been
applied to the archive itself).

o define -DZLIB_STATIC to get the 'correct' #define's when compiling a
.o that will be linked statically -- as well as using 'gcc -static'
during the link step

o no special -Ddefine options needed (or link options) needed to link to
the dll

I was able to successfully compile and pass 'make test' with all of the
following:

static 
dll
static w/ contrib/asm686/match.S
dll w/ contrib/asm585/match.S
static w/ contrib/asm586/match.S
dll w/ contrib/asm586/match.S

static (using 'gcc -mno-win32')
dll (using 'gcc -mno-win32')
static w/ contrib/asm686/match.S (using 'gcc -mno-win32')
dll w/ contrib/asm585/match.S (using 'gcc -mno-win32')
static w/ contrib/asm586/match.S (using 'gcc -mno-win32')
dll w/ contrib/asm586/match.S (using 'gcc -mno-win32')

However, the binary package did not use any of the assembler code, and I
didn't use 'gcc -mno-win32'.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]