I am working on building a library in windows with GCC and Make. When I run make , I get the following error:
unrecognized command line option '-mno-cygwin'
I saw this post on SO, but this does not necessarily look like the same problem, and I donβt understand how to downgrade my system to GCC (or Make), which supports the flag that I need to use for compilation.
Can someone try to point me in the right direction or if you encounter this problem, suggest a solution?
I am running Windows 8.1 pro, GCC 5.4.0, doing 4.2.1. I can post more information if necessary to help me.
source share