Re: Trying to build a reduced OpenSSL library on Cygwin/mingw

2005-07-08 Thread Stephen Cleary
OK, I found out what the problem was: line endings. I run my Cygwin mounts in binmode, and I used WinZip to extract the .tar.gz, so Makefile.org had \r\n line endings. Apparently, perl (as of v5.8.7, built for cygwin-thread-multi-64int) was seeing the \r\n line endings. This is normal for

Re: Trying to build a reduced OpenSSL library on Cygwin/mingw

2005-07-02 Thread Nils Larsch
Stephen Cleary wrote: ... The command I used to build libcrypto.a and libssl.a is: ./Configure mingw 386 no-threads no-zlib no-shared no-hw no-ssl I also noted that I could not disable MD5, IDEA, or the ENGINE. In fact, a lot (most?) of the no- prefixes just don't work; I get compile errors

Trying to build a reduced OpenSSL library on Cygwin/mingw

2005-07-01 Thread Stephen Cleary
Gentlemen - I am a developer attempting to use OpenSSL in a rather unusual project, and I'm having some problems with getting the binary file size down to a reasonable value. I'm targeting Cygwin -mno-cygwin (mingw). There appear to be some bugs in the Configure script and usage of