Hi Peter,
I had the same problem a few months ago, there are two ways to go about this:
1- Since "ml" is messing as its not part of the standard VC++6 (assuming that's what you're using) you need to install MS VC+6 Processor Pack. Note that this requires the installation of either service pack 4 or 5 but NOT 6)
2- Which is easier! using the following command:
> ms\do_ms
instead of:
>ms\do_masm
Personally I used option # 2.
I hope this solves your problem.
Layla.
David Schwartz <[EMAIL PROTECTED]> wrote:
David Schwartz <[EMAIL PROTECTED]> wrote:
> 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]
Aut omated List Manager [EMAIL PROTECTED]
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.