Hello,
I want to create .exe files using gefortran under Linux. But when I type:
gfortran -o test.exe test.f95
in the console I can't open test.exe" on Windows.
To open all *.out files on Linux is no problem.
- Are there any flags I must set to create *.exe files?
- Or is it only possible to create a functional *.exe compiling the code using gfortran in Windows?
Thanks in advance!
Best regards,
moppel
I want to create .exe files using gefortran under Linux. But when I type:
gfortran -o test.exe test.f95
in the console I can't open test.exe" on Windows.
To open all *.out files on Linux is no problem.
- Are there any flags I must set to create *.exe files?
- Or is it only possible to create a functional *.exe compiling the code using gfortran in Windows?
Thanks in advance!
Best regards,
moppel