> Ryan wrote:
>
> 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.
>
> 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.
This is all covered in INSTALL.W32. If you can't find 'ml' (hints about
where it may be are in INSTALL.W32, but MS moves things around from time
to time) you can use 'nasm' or no assembler at all though that will slow
some OpenSSL algorithms.
Steve.
--
Dr Stephen N. Henson. http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED]
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]