------- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-10-24 10:09 ------- Hi Peter,
The following: > f951 strauss.f90 -fPIC -quiet -dumpbase strauss.f90 -mmacosx-version-min=10.4 > -mtune=generic -auxbase strauss -version -ffixed-form -ffixed-line-length-132 > -fbounds-check -fmax-errors-0 -fintrinsic-modules-path finclude -o > /var/tmp//ccZtzWga.s > gfortran: error trying to exec 'f951': execvp: No such file or directory shows that it's a packaging problem and not a problem with the compiler codebase. Because you talk about "gfortran-intel-bin.tar", I suppose you use the binaries from http://hpc.sourceforge.net/, so you should report the problem to them. Meanwhile, there are 2 things you can do to get a working compiler: 1. Add /usr/local/libexec/gcc/i686-apple-darwin8.8.1/4.3.0 to you PATH environment variable. If packaging was correct, this shouldn't be needed, but in the current situation this will get the compiler working. (NB: the last two components of the path above may be slightly different; the bottom line is, find what is the subdirectory of /usr/local/libexec that contains an executable file named f951) 2. You can alternatively try downloading the binaries provided by the gfortran team (well, by me, in fact), at http://gcc.gnu.org/wiki/GFortranBinaries They come as an Apple installer (which might be better or worse, depending on your point of view!) and should work out of the box. Since this is not a bug in GCC/gfortran, I'm closing this bug-report. -- fxcoudert at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fxcoudert at gcc dot gnu dot | |org Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33814