QwertyManiac said:Read FAQ too!
Basically for compiling and linking you would do:
g77 programname.f -o outputfile
And type outputfile to execute it once successfully compiled.
Yes, it is for mingw is for windows then why won't it be possible for windows? Haven't you ever seen a command prompt in windows?arunks said:is it possible to do this in windows...?/
g77 is a part of gcc - gnu compiler collection, it is a compiler for fortran 77 language.arunks said:/
which is this g77 command