|
From: Mcgroder, J. <jam...@hp...> - 2012-09-23 13:03:20
|
Sunday, September 23, 2012 6:09 AM Keith Finlay wrote: > [...] package install for the 64 bit version of the gfortran... I am running Windows 7 64 bit and the standard install (using mingw-get-inst) for gfortran and it has been working fine for me (and I do make use of gfortran). > [...] The error I get below (I am on Win 7 with 64 bit o/s) > c:\MinGW\source>gfortran -c helloworld.f90 -o program.exe Believe your command line specification may be the problem... -c creates an object file only. See if "gfortran -o program.exe helloworld.f90" yields better results. >[...] I am an old timer from F77 but a newbie to gfortran >From one old timer to another - welcome! I've been using this environment to bring old mainframe based applications out of the dark ages successfully for about 3 years now and have found Mingw to be a very useful. Best of luck. Jim |