Hello

I tried to deactivate patented algorithms that are mentioned in README,
but I get unresolved externals linker errors.

I'm building this way:
set OPTS=no-asm
perl Configure disable-idea disable-rc4 disable-rc5 disable-ntt disable-mdc2 VC-WIN32
perl util\mkfiles.pl >MINFO
perl util\mk1mf.pl %OPTS% dll VC-WIN32 >32dll.mak
perl util\mkdef.pl 32 libeay > ms\libeay32.def
perl util\mkdef.pl 32 ssleay > ms\ssleay32.def

@if errorlevel 1 goto end
nmake -f 32dll.mak

:end


Output:
link /nologo /subsystem:console /opt:ref /dll /out:out32dll\libeay32.dll /def:ms/LIBEAY32.def @C:\DOKUME~1\gergap\LOKALE~1\Temp\nm37D.tmp ms/LIBEAY32.def(7) : warning LNK4017: DESCRIPTION statement not supported for the target platform; ignored
LIBEAY32.def : error LNK2001: unresolved external symbol d2i_Netscape_RSA
LIBEAY32.def : error LNK2001: unresolved external symbol d2i_RSA_NET
LIBEAY32.def : error LNK2001: unresolved external symbol i2d_Netscape_RSA
LIBEAY32.def : error LNK2001: unresolved external symbol i2d_RSA_NET
out32dll\libeay32.lib : fatal error LNK1120: 4 unresolved externals
NMAKE : fatal error U1077: '"C:\Programme\Microsoft Visual Studio 8\VC\BIN\link.EXE"' : return code '0x460'
Stop.
Building OpenSSL failed.
Build failed

Has somebody a tip how to solve this?

regards,
Gerhard.

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

Reply via email to