I am using gfortran on a Mac Mini, and have got the compiler by untaring the gfortran-intel-bin.tar package. The compilers are located in /usr/local/bin. I am running Mac OS X Version 10.4.10
Whenever I invoke this compiler without specifying a cource file I get the expected error message: gfortran: no input files >From this I deduce that the compiler is in the correct place and is able to detect this simplest of errors Whenever I invoke the compiler with a valid fortran source file I get the error message: gfortran: error trying to exec 'f951': execvp: No such file or directive. I detected this error while trying to compile the sources for OpenGl, and I could not make sense of the message. I then discovered that the error message was the same for all the input files that I tried. Eventually I tried compiling a program that compiled successfully with g77 using the command line: /usr/local/bin/g77 -ffixed-form -ffixed-line-length-132 -fbounds-check-ffortran-bounds-check -w -ff90 -0 strauss strauss.f with the command line: /usr/local/bin/gfortran -ffixed-form -ffixed-line-length-132 -fbounds-check -fmax-errors-0 -o strauss strauss.f This caused the response (as before) "gfortran: error trying to exec 'f951' : execvp" I have searched the known bugs file for f951 without any response. I admit that I am new to Mac systems but have experience of Linux and SGI systems from which the above source files are derived. I have tried out trivially simple source programs for testing and got the same error message in response -- Summary: Failure of gfortran n Mac Mini Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: cbas25 at strath dot ac dot uk http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33814