Bo Peng a écrit :
Dear all,
I am trying to install zlib.dll.zip to my system. I put zlib.h to
/MinGW/include and but ./condifure --with-extra-inc=/MinGW/include can
not find it. Also, I am not sure if I need to do 'mv zlib.lib libz.a'
as suggested by some websites.
Just grab the package from gnuwin32
(http://prdownloads.sourceforge.net/gnuwin32/zlib-1.2.3-bin.zip?download)
and put it at your mingw root directory. If you use Windows explorer,
right-click and choose "Extract here".
Under msys, do:
cd /mingw
unzip zlib-1.2.3-bin.zip
Abdel.