JF wrote:
I'm trying to build from source stunnel-4.33 for W32 in a machine with Debian lenny following the guidelines provided in INSTALL.W32.
I forgot to update INSTALL.W32 with details required to build zlib:
| Download the recent zlib source from http://www.zlib.net/ | Update the PREFIX definition in win32/Makefile.gcc file to: | PREFIX = i586-mingw32msvc- | then build zlib with: | make -f win32/Makefile.gcc | and install it in mingw32 tree: | sudo BINARY_PATH=~/ \ | INCLUDE_PATH=/usr/i586-mingw32msvc/include/ \ | LIBRARY_PATH=/usr/i586-mingw32msvc/lib/ \ | make -f win32/Makefile.gcc install
Mike