I am on Win2000
and I'm trying to make openssh from the source.
Everything seems
to go smooth when I execute:
> nmake
-f ms\ntdll.mak
but when it tries
to execute the following line:
ml /Cp /coff /c
/Cx /Focrypto\md5\asm\m5-win32.obj
.\crypto\md5\asm\m5-win32.asm
I get the
following error:
'ml' is not
recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'ml' : return code '0x1'
Stop.
operable program or batch file.
NMAKE : fatal error U1077: 'ml' : return code '0x1'
Stop.
I am in the VC++
environment.
Thanks in advance
for any help where I can look to install the package that
gives me the 'ml'
command.
-Ryan