You may need to update the definition files.
> perl util\mkdef.pl crypto ssl
update
> perl Configure VC-WIN32
> ms\do_masm
> nmake -f ms\ntdll.mak
Also you can try compiling a fresh copy of the latest snap
shot which several fixes.
ftp://ftp.openssl.org/snapshot/openssl-0.9.7-stable-20020905.tar.gz
/> perl util\mkdef.pl crypto ssl update
----- Original Message -----
Sent: Friday, September 06, 2002 1:07
AM
Subject: canīt compile - again...
Hi
again,
Okey, so I have installed the WinNT DDK-kit and when I try to compile
it again, it passes the "ml.exe"-error but now there is a new
error.
--------------------------
link /nologo
/subsystem:console /machine:I386 /opt:ref /dll /out:out32dl
l\libeay32.dll
/def:ms/LIBEAY32.def @C:\TEMP\nma00353.
Creating library
out32dll\libeay32.lib and object out32dll\libeay32.exp
md5_dgst.obj : error
LNK2001: unresolved external symbol
_md5_block_asm_host_ord
er
sha1dgst.obj : error LNK2001: unresolved
external symbol _sha1_block_asm_data_or
der
sha1dgst.obj : error
LNK2001: unresolved external symbol
_sha1_block_asm_host_or
der
rmd_dgst.obj : error LNK2001: unresolved
external symbol _ripemd160_block_asm_ho
st_order
out32dll\libeay32.dll :
fatal error LNK1120: 4 unresolved externals
NMAKE : fatal error U1077:
'link' : return code '0x460'
Stop.
----------------------------------
What
Iīm a doing wrong ? Thanks for advise
again..
Regards,
Mikael Larsson
Your trying to compile using assembler files
with Microsoft Assembler and the build process cannot locate ml.exe.
Make sure you have MASM installed. If you want to compile using the
assembler files you can download MASM from Microsoft.
----- Original Message -----
Sent: Thursday, September 05, 2002
4:27 AM
Subject: canīt compile
Hi,
I have Visual
Studio 6 installed and I have been trying to compile OpenSSL -0.9.7-beta3,
but it doesnīt work. What Iīm I doing wrong ?
this is the
error message:
md5_dgst.c
ml /Cp
/coff /c /Cx /Focrypto\md5\asm\m5_win32.obj
.\crypto\md5\asm\m5_w
in32.asm
The name specified is not recognized
as an
internal or external command, operable program or batch
file.
NMAKE : fatal error U1077: 'ml' : return code
'0x1'
Stop.
Thanks for
advise.
Regards,
Mikael
Larsson