Hello all,

I'm having trouble building openssl-1.0.0 with the visual studio 8 compiler.
I'm following the 'Visual C++' section in INSTALL.W32 almost without exception:

$ perl Configure VC-WIN32
$ ms\do_nasm.bat
$ sed -e "/^CFLAG/ s/\\/MD/\\/MT/" ms\nt.mak > ms\nt.tmp
$ mv ms\nt.tmp ms\nt.mak
$ nmake -f ms\nt.mak

The result is as follows:

  link /nologo /subsystem:console /opt:ref /out:out32\md4test.exe @.\nm3.tmp
libeay32.lib(x86cpuid.obj) : error LNK2005: _OPENSSL_ia32cap_P already
defined in libeay32.lib(cryptlib.obj)
libeay32.lib(bn-586.obj) : error LNK2005: _OPENSSL_ia32cap_P already
defined in libeay32.lib(cryptlib.obj)
libeay32.lib(x86-mont.obj) : error LNK2005: _OPENSSL_ia32cap_P already
defined in libeay32.lib(cryptlib.obj)
libeay32.lib(sha512-586.obj) : error LNK2005: _OPENSSL_ia32cap_P
already defined in libeay32.lib(cryptlib.obj)
libeay32.lib(aes-586.obj) : error LNK2005: _OPENSSL_ia32cap_P already
defined in libeay32.lib(cryptlib.obj)
out32\md4test.exe : fatal error LNK1169: one or more multiply defined
symbols found
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\link.EXE"' : return code '0x491'

The same problems are not experienced when building openssl-0.9.8n.

Thank you very much for any insight, Johan.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to