[openssl-dev] problems building openssl-1.0, 2 win64a binaries with vs2013 on windows 7

Joey Yandle dragon at dancingdragon.be
Fri Mar 13 22:10:12 UTC 2015


>> tmp32\aesni-sha256-x86_64.asm:113: error: symbol
>> `__imp_RtlVirtualUnwind' undefined
>
> Can you confirm that attached patch addresses the problem?

Yes, that fixes it.  However, the build then fails during linking:

lib /nologo /out:out32\libeay32.lib @C:\Users\dragon\AppData\Local\Temp\
nm60AD.tmp
tmp32\x86_64cpuid.obj : fatal error LNK1112: module machine type 'x64' 
conflicts
  with target machine type 'X86'

I was able to build 64-bit no-asm binaries, so I'm not sure what's 
causing the problem here.

> On side note
> the error is indication that your nasm is out-of-date and you are
> missing out some optimizations.

I'm using the nasm-2.07 windows installer from sourceforge:

http://sourceforge.net/projects/nasm/

Is there something more recent?

thanks,

Joey


More information about the openssl-dev mailing list