> trying to compile openssl 1.0.1 on win32 with visual studio 2010 > (SP1). I get the following error when assembling x86cpuid.asm: > > --------- > perl crypto\x86cpuid.pl win32 /MD /Ox /O2 /Ob2 -DOPENSSL_THREADS > -DDSO_WIN32 -W3 -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 > -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE > -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT > -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM > -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > -DOPENSSL_USE_APPLINK -I. -DOPENSSL_NO_MD2 -DOPENSSL_NO_KRB5 > -DOPENSSL_NO_JPAKE -DOPENSSL_NO_STATIC_ENGINE >tmp32dll\x86cpuid.asm > > ml /nologo /Cp /coff /c /Cx /Zi /Fotmp32dll\x86cpuid.obj > tmp32dll\x86cpuid.asm
Quoting INSTALL.W32: "Note that NASM is now the only supported assembler." This means that MS assembler support doesn't get any regular testing, do use nasm. Though I'd appreciate if you can verify http://cvs.openssl.org/chngview?cn=22302. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org