Building on WinNT4 SP6 with VC++ 6.0 SP3.
Using the NASM compiler.
Building using the nt.mak makefile

Doing:
perl Configure VC-WIN32
ms\do_nasm
nmake -f ms\nt.mak

Well..... the libraries compile/link fine, but they can not be statically
linked to a VC++ project.

Probable reason:
There is an error in the compiler flags in the nt.mak file.
You compile with the /MD and /MDd flags which are the ones used when making
the DLL version.
You should compile with /MT and /MTd flags, which are the ones to use when
creating an executable file instead of a DLL.

Anyone feel free to comment on this, since I'm not an expert in compiler
flags. I have just tested with the MT flags instead of the MD flags and it
works!

> Med venlig hilsen / Best regards
> 
> Kim Hellan
> KMD
> Niels Bohrs Alle 185
> DK-5220 Odense S�
> Phone: (+45) 44 60 52 54 (direct)
> Fax (+45) 44 60 52 76
> Mailto:[EMAIL PROTECTED]
> 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to