“CPU you selected does not support x86-64 instruction set” error on Cygwin-x64

后端 未结 3 861
梦谈多话
梦谈多话 2020-12-20 02:33

I\'m trying to install openssl in cygwin by following these instructions: I dowloaded the latest tarball from this site http://www.openssl.org/source/, and put it in C:\\cyg

3条回答
  •  不思量自难忘°
    2020-12-20 03:18

    here is one post you can refer to. the basic idea is that specifying -march=x86-64 and avoid using assembly language. assembly language is not as portable as c language.

提交回复
热议问题