Jon Daley stunnel@jon.limedaley.com wrote:
I am trying to compile openssl and stunnel for Win32, using my Debian host.
1. Install mingw32 tools: apt-get install mingw32
2. Cross-compile and install zlib (see the zlib documentation for details)
3. Cross-compile OpenSSL: ./Configure --cross-compile-prefix=i586-mingw32msvc- mingw shared zlib-dynamic make
4. Cross-compile stunnel: cd src make stunnel.exe
That's how I do it for ftp://stunnel.mirt.net/stunnel/. 8-)
Mike