[Bug fortran/33814] Failure of gfortran n Mac Mini

cbas25 at strath dot ac dot uk gcc-bugzilla@gcc.gnu.org
Fri Oct 19 15:25:00 GMT 2007



------- Comment #2 from cbas25 at strath dot ac dot uk  2007-10-19 15:25 -------
Thank you for the prompt response

I have taken your suggestion about including "-v" in the command line.
I have compiled the source of the program (strauss.f) with both the g77 nd
gfortran compilers.  Incidently the code has compiled succesfully on linux
systems both 32 bit and 64 bit.

With the added "-v" the results were as follows:

With g77:
Driving: /usr/local/bin/g77 -ffixed-form -ffixed-line-length-132 -fbounds-check
-ffortran-bounds-check -v -w -ff90 -o strauss strauss.f -lfrtbegin -lg2c
Reading specs from /usr/local/lib/gcc/i686-apple-darwin8.8.1/3.4.0/specs
Configured with: ../gcc-3.4.0/configure --enable-languages=f77
Thread model: posix
gcc version 3.4.0
 /usr/local/libexec/gcc/i686-apple-darwin8.8.1/3.4.0/f771 strauss.f -fPIC
-quiet -dumpbase strauss.f -mtune=pentiumpro -auxbase strauss -w -version
-ffixed-form -ffixed-line-length-132 -fbounds-check -ffortran-bounds-check
-ff90 -o /var/tmp//ccT7pus3.s
GNU F77 version 3.4.0 (i686-apple-darwin8.8.1)
        compiled by GNU C version 3.4.0.
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
 as -arch i386 -o /var/tmp//ccbScj9o.o /var/tmp//ccT7pus3.s
 /usr/local/libexec/gcc/i686-apple-darwin8.8.1/3.4.0/collect2 -arch i386
-dynamic -w -o strauss -lcrt1.o -lcrt2.o
-L/usr/local/lib/gcc/i686-apple-darwin8.8.1/3.4.0
-L/usr/local/lib/gcc/i686-apple-darwin8.8.1/3.4.0/../../.. /var/tmp//ccbScj9o.o
-lfrtbegin -lg2c -lgcc -lSystem |
 c++filt


With gfortran:
Driving: /usr/local/bin/gfortran -mmacosx-version-min=10.4 -ffixed-form
-ffixed-line-length-132 -fbounds-check -fmax-errors-0 -v -o strauss strauss.f90
-lgfortranbegin -lgfortran -shared-libgcc
Using built-in specs.
Target: i386-apple-darwin8.10.1
Configured with: ../gcc-4.3-20070810/configure --enable-threads=posix
--enable-languages=fortran
Thread model: posix
gcc version 4.3.0 20070810 (experimental)
 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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33814



More information about the Gcc-bugs mailing list