On 2005.10.26 at 13:16:02 +0200, Steffen Pankratz wrote:

> > Just use mingw32 for building openssl dlls.
> 
> why shouldn't it be possible to use MSVC to compile openssl (shared and with 
> dynamic engine support)?
> are there any serious reasons?

I think that it is because nobody is interested in this build enough to
make it work and send patches to the BTS.

May be interesting option is to use standard build system with GNU make
for MSVC builds. Syntax of MSVC command line compiler options is close
enough to standard Unix cc to make things simple.

Only obstacle we cannot get around adopting this system for our project
is that Microsof library management tool LIB.EXE has completely
different syntax from unix ar. 

It was easier for us to use ar from cygwin or mingw32 for msvc build
than to manage rules in the Makefile to build static libraries with both
ar and LIB.EXE.

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

Reply via email to