Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows mingw can't compile ext #26

Open
windwiny opened this issue Nov 12, 2013 · 3 comments
Open

windows mingw can't compile ext #26

windwiny opened this issue Nov 12, 2013 · 3 comments

Comments

@windwiny
Copy link

creating Makefile
make "DESTDIR="
generating eventmachine_httpserver-i386-mingw32.def
compiling http.cpp
g++.exe: error: unrecognized command line option '-EHs'
g++.exe: error: unrecognized command line option '-GR'

@abhisheksalgaonkar123
Copy link

did you find solution to this one?

@windwiny
Copy link
Author

windwiny commented Jul 8, 2015

@abhisheksalgaonkar123

open extconf.rb and delete 2 lines:

flags << "-EHs"
flags << "-GR"

@taohoang
Copy link

taohoang commented Mar 2, 2018

I can't install evma_httpserver gem file. I got the same error. How can I resolve this error while installing the gem file?

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

No branches or pull requests

3 participants