I have cygwin on windows through which I run gcc. But after creating .exe files, if I run them on other computers which dont have cygwin, it says cygwin1.dll not found. Is t
You can try compiling with the command line option -mno-cygwin.
-mno-cygwin