I downloaded the new I386 version of gfortran for the Mac, cloverm:>gfortran -v
Using built-in specs.
Target: i386-apple-darwin8.8.1
Configured with: ../gcc/configure --prefix=/usr/local/gfortran
--enable-languages=c,fortran --with-gmp=/tmp/gfortran-20070104/gfortran_libs
--enable-bootstrap
Thread model: posix
gcc version 4.3.0 20070104 (experimental)
and tried to compile a program and got an error about f951 (which pattern is
not in any of the files in the directory). I tried a second program and got
the same result. I then went and downloaded the powerpc version of the
compiler, and got the same error message. I get it with any *.f90 file I try.
cloverm:~/bin/dplotr8_dir:[32]>gfortran -c -o dplotr8.o dplotr8.f
gfortran: error trying to exec 'f951': execvp: No such file or directory
I reverted to the earlier i386 version,
>gfortran -v
Using built-in specs.
Target: i386-apple-darwin8.6.1
Configured with: ../gcc/configure --prefix=/usr/local/gfortran
--enable-languages=c,f95
Thread model: posix
gcc version 4.2.0 20060522 (experimental)
and this version proceeded to compile the source just fine.
--
Summary: error trying to exec 'f951': execvp: No such file
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mclover at san dot rr dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30507