On Thu, Jun 05, 2014 at 04:43:44PM +0200, [email protected] wrote: > Hello, > > it would be nice, if you remove the "march=i486" for Cygwin in Configure, > Thank you! > > > Configure: > "Cygwin", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 > -Wall:::CYGWIN32::BN_LLONG ${x86_gcc_des} > ${x86_gcc_opts}:${x86_asm}:coff:dlfcn:cygwin-shared:-D_WINDLL:-shared:.dll.a", > > $ > x.c > $ gcc -march=i486 x.c > x.c:1:0: error: CPU you selected does not support x86-64 instruction set > x.c:1:0: error: CPU you selected does not support x86-64 instruction set
It looks like you have a 64 bit compiler but are trying to build a 32 bit version. Maybe you should add -m32? If you want to build a 64 bit version, that's cleary the wrong target. Kurt ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
