We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
did you find solution to this one?
Sorry, something went wrong.
@abhisheksalgaonkar123
open extconf.rb and delete 2 lines:
flags << "-EHs" flags << "-GR"
I can't install evma_httpserver gem file. I got the same error. How can I resolve this error while installing the gem file?
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: