Hello,
 
I am trying to compile openssl for win32 with Visual C++ ( using nmake -f ms\ntdll.mak, like explained in the install.w32 ) but there is an error when the link command is executed :
 
link /nologo /subsystem:console /machine:I386 /opt:ref /dll /out:out32dl
l\libeay32.dll /def:ms/LIBEAY32.def @C:\DOCUME~1\UC200\LOCALS~1\Temp\nma00728.
   Creating library out32dll\libeay32.lib and object out32dll\libeay32.exp
md5_dgst.obj : error LNK2001: unresolved external symbol _md5_block_asm_host_ord
er
out32dll\libeay32.dll : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
Thanks for any help.
 

Reply via email to