From: Kurt Roeckx [mailto:[email protected]]
Sent: Thursday, June 05, 2014 9:34 PM
> 
> On Thu, Jun 05, 2014 at 04:43:44PM +0200, [email protected]
> systems.com wrote:
> >
> > 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
> 
> 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.

Current OpenSSL sources only support 32-bit Cygwin. Corinna Vinschen
contributed patches to support 64-bit Cygwin some time ago:
http://rt.openssl.org/Ticket/Display.html?id=3110
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to