Betto McRose Gamarra wrote:
[...]
Warning W8019 tmp32\md32_common.h 587: Code has no effect in function MD5_Final
Ignore these warnings for the moment. Harmless stuff.

nasmw -f obj -d__omf__ -ocrypto\md5\asm\m5_win32.obj .\crypto\md5\asm\m5_win32.asm
'nasmw' is not recognized as an internal or external command,
operable program or batch file.

You may want to check out two ways to resolve this issue:

1) google for nasm (a free assembler), download and install it so that the nasm executables are in your search path (check path by running

   echo %PATH%

on your commandline)
It depends - i.e.: I don't know the actual content of the Borland makefiles - but you might also need to have perl installed to generate the assembler source files, but the nasmw error suggests you passed that hurdle already.

2) or see if you can find a Borland makefile which does not use the assembler files (NO_ASM).

I suggest you try #1, because I know #2 is possible (I have custom built MSVC2005 project files in use overhere which do not use any assembler source), but it will produce a slower run-time as you will loose all those beautiful, optimized routines within the SSL library.

HTH,

Ger Hobbelt


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to