This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GFortranBinariesWindows - GCC Wiki


Hello,

I installed and ran gfortran from

<http://quatramaran.ens.fr/~coudert/gfortran/gfortran-windows.exe>

When compiling hello.f (listed below) I received the following error:

	> gfortran -o hello hello.f
	collect2: CreateProcess: no such file or directory

Any suggestions on how to fix this?

Here's my hello.f:
      program hello
      write (*,*) 'Hello!'
      end

Thanks,
Scott
--

-------------------------------------------------------------
Scott Calabrese Barton, Assistant Professor
Chemical Engineering and Materials Science
Michigan State University
517-355-0222


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]