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]

mingw collect2: CreateProcess


I still have this problem with the mingw build dated 9/28/2006.


I installed and ran gfortran for Windows 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

<http://gcc.gnu.org/ml/fortran/2006-08/msg00437.html>


--

-------------------------------------------------------------
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]