Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

unknown argument: '-mno-fused-madd' #96

Closed
jeunito opened this issue Feb 9, 2015 · 2 comments
Closed

unknown argument: '-mno-fused-madd' #96

jeunito opened this issue Feb 9, 2015 · 2 comments

Comments

@jeunito
Copy link
Contributor

jeunito commented Feb 9, 2015

Getting the following error which is the same as the one in #73

clang: error: unknown argument: '-mno-fused-madd'

error: command 'cc' failed with exit status 1

However the workaround in #73 (comment) did not work.

What I ended up doing was:

sh-3.2# export CFLAGS=-Qunused-arguments
sh-3.2# export CPPFLAGS=-Qunused-arguments
sh-3.2# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install pycrypto

Just thought I'd put it here for posterity. We should probably put this in the documentation.

@emre
Copy link
Owner

emre commented Feb 12, 2015

thanks.

can you add a section to documentation for troubleshoot on installation? 🎅

we should probably put #97 too.

@jeunito
Copy link
Contributor Author

jeunito commented Feb 12, 2015

@emre ok will do that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants