您的位置:首页 > 其它

mac下安装Crypto问题解决 clang: error: unknown argument: '-mno-fused-madd'

2014-03-26 17:17 681 查看
clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
error: command 'cc' failed with exit status 1


解决方法:

env ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future easy_install pycrypto

参考: http://www.v2ex.com/t/105281
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  clang
相关文章推荐