There is an error in ms\nt.mak file. I think.

The following line is generated improperly:
CFLAG= /MD /W3 /WX /G5 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 /Fdout32 -DOPENSSL_NO_KRB5 -DOPENSSL_FIPS


It should be /MT instead of /MD because it is used to be a static library not a dynamic. I always have to edit this makefile manually after running ms\do_masm.bat. I cannot use the created library if I leave it to /MD. I am using visual c++.

Matyas Majzik

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

Reply via email to