Home:ALL Converter>No exe file being generated in c using cygwin

No exe file being generated in c using cygwin

Ask Time:2015-03-02T02:05:43         Author:user220789

Json Formatter

I am useing cygwin for writing programs in c. However, today when I tried to compile a program in using the command

  gcc filename.c

I found out no .exe files were being generated. What may have caused this problem?

Author:user220789,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/28797092/no-exe-file-being-generated-in-c-using-cygwin
takoyaki :

I solved this with the following information.\n\ncygwin g++ produces no output\n\n\n cygcheck -s\n\n\nI ran the above command and got the following warning:\n\nWarning: There are multiple cygwin1.dlls on your path\n\n\nI found the old cygwin1.dll in the following path:\nC:\\Windows\\System\\cygwin1.dll\n\nI deleted the old cygwin1.dll, then exe file became to generate!",
2019-10-01T07:05:27
yy