On Sat, Apr 29, 2006 at 10:42:23AM -0500, Bo Peng wrote:

> > Just grab the package from gnuwin32
> >
> Thanks I will try that. There are so many options.
> 
> I am trying the cygwin route, when I install the basic cygwin system,
> zlib.h and zlib.a are in place. Can I use them directly?

On Cygwin, zlib is the only mingw library you'll find. You can find
the include and (static only) library files at

/usr/include/mingw/zlib.h
/usr/lib/mingw/libz.a

and can simply copy them to your mingw locations.
Pay attention to not using

/usr/include/zlib.h
/usr/lib/libz.a

as these are the Cygwin ones ;-)

-- 
Enrico

Reply via email to