> I'm trying to compile OpenSSL for Windows. I am using openssl-0.9.7d
> Everything goes well until I get to the part about nmake -f ms\ntdll.mak > The error message is: > 'ml' is not recognized as an internal or external command, operable program or batch file. > NMAKE : fatal error U1077: 'ml' : return code '0x1' ml.exe is MASM. You either don't have MASM or it's someplace not in your path. MASM is distributed by microsoft in several DDKs and in the processor pack for VC++. You can also configure OpenSSL not to use any assembly language code (I think the parameter is 'no-asm' to configure), and then it won't need MASM. DS ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]