I fixed it by changing the name of the exported function in the assembler
file
for md5 (asm/m5-win32.asm) to that name. This is supposed to be generated by
the magic (wow, is it magic...) perl assembler. I haven't dug into how to
run that, anybody ?

I guess this may qualify as a bug :-)

/Per Nilsson

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Patrik Carlsson
> Sent: Tuesday, May 25, 1999 10:09 PM
> To: [EMAIL PROTECTED]
> Subject: Building 0.9.3 on NT with ml...
>
>
> I have some problems building openssl-0.9.3 on NT with ml enabled (i.e.
> no-asm removed from
> do_ms.bat).
>
> I get the following when building:
> 1. perl Configure VC-WIN32 --> OK
> 2. ms\do_ms --> OK
> 3. nmake -f ms\ntdll.mak -->
> ...
>         cl /Fotmp32dll\c_zlib.obj  -Iinc32 -Itmp32dll /MD /W3 /WX /G5
> /Ox /O2 /Ob2 /Gs0 /GF /Gy /nol
> ogo -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DBN_ASM -DMD5_ASM
> -DSHA1_ASM -DRMD160_ASM /Fdout32dll
> /GD -D_WINDLL -D_DLL  -c .\crypto\comp\c_zlib.c
> c_zlib.c
>         link /nologo /subsystem:console /machine:I386 /opt:ref /dll
> /out:out32dll\libeay32.dll /def:
> ms/LIBEAY32.def @C:\TEMP\nma00164.
>    Creating library out32dll\libeay32.lib and object
> out32dll\libeay32.exp
> md5_dgst.obj : error LNK2001: unresolved external symbol
> _md5_block_asm_host_order
> out32dll\libeay32.dll : fatal error LNK1120: 1 unresolved externals
> NMAKE : fatal error U1077: 'link' : return code '0x19'
> Stop.
>
> How do I fix this?
>
> Building without ml (i.e. with no-asm) works without problems.
>
> --Patrik
>
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to