I have some gfortran linux binaries, which I have to execute in windows. I have tried to create a *.exe, by making the MakeFile for windows. However, I have some issues with recompiling the code in windows and also as I'm new to fortran, it is taking time. So I have did research, if we can run the linux binaries in windows without compiling. I have found many sources, which mention CygWin (also a source from Stackoverflow How to convert a linux executable file (binary) to windows exe file?). I have tried to run the *.sh file using bash command, but it shows the following error
Do I have to recompile the code or can I run the linux binaries directly ?