A novice really trying to run MinGW to compile FORTRAN 77
Paul Richard Thomas
paul.richard.thomas@gmail.com
Tue Jul 3 23:50:00 GMT 2018
Hi Frank and Tim,
I am sorry to be pedantic, but this mailing list is devoted to the
development of the gfortran compiler. For this kind of query you would
do much better to go to one of the fortran forums, such as
comp.lang.fortran. You will find many more people there who use MinGW.
Most of the gfortraners use Linux exclusively in one form or another.
That said, Tim is right. You should check for the presence of your
source file when you are in the working directory, using dir. Check
also that you are using the right case for the program name. Windows
is not usually case sensitive but MinGW and Linices are.
Cheers
Paul
On Tue, 3 Jul 2018 at 21:01, Tim Zeisloft <tim@marlettesoftware.com> wrote:
>
> > It doesn't work I get the error message -- gfortran : error : hallo.for :
> > no such file or directory
> This is indicating that the compiler is unable to find the source file.
> Either the source file name is being misspelled or it does not exist in
> your current working directory. Use the dir command to get exact
> spelling and check for existence. Windows Explorer might hide file
> extensions, so it is better to use dir in the command prompt.
>
> Tim Z
>
>
--
"If you can't explain it simply, you don't understand it well enough"
- Albert Einstein
More information about the Fortran
mailing list