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
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to