----- Original Message ----- From: <[EMAIL PROTECTED]>
.
.
You may just use:
 $ ./Configure zlib --with-zlib-lib=/path --with-zlib-include=/path mingw


It still can't find zlib.

I eventually found that the following works:
./config no-shared
zlib -I/usr/local/include -L/usr/local/lib -lz --prefix=/usr/local/depot/static

(One or more of those arguments may be unnecessary.)

I should have tried that earlier - and probably would have done so if I had
been able to find the "-Ixxx" option mentioned in the documentation.

Thanks Marek.

Cheers,
Rob

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to