I am trying to compile version 0.9.8f for Windows, using VC++ 6.0,
ActivePerl, and MASM 6.15.8803.

I am following the instructions in INSTALL.W32, which works fine for
the previous 0.9.8f build, but when I get to the point of running
"nmake -f ms\ntdll.mak" I get the following errors in 0.9.8f:

Building OpenSSL
        ml /Cp /coff /c /Cx /Focrypto\sha\asm\sha512-sse2.obj
.\crypto\sha\asm\sha512-sse2.asm
 Assembling: .\crypto\sha\asm\sha512-sse2.asm
.\crypto\sha\asm\sha512-sse2.asm(29) : error A2006: undefined symbol : XMMWORD
.\crypto\sha\asm\sha512-sse2.asm(30) : error A2006: undefined symbol : XMMWORD
.\crypto\sha\asm\sha512-sse2.asm(31) : error A2006: undefined symbol : XMMWORD
.\crypto\sha\asm\sha512-sse2.asm(32) : error A2006: undefined symbol : XMMWORD

Actually I get 21 more of these same errors, each with a different line number.

Did someone forget to add the equate for XMMWORD?
Can anyone tell me how XMMWORD should be defined?

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

Reply via email to