From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10107 invoked by alias); 19 Oct 2007 15:25:49 -0000 Received: (qmail 9931 invoked by uid 48); 19 Oct 2007 15:25:39 -0000 Date: Fri, 19 Oct 2007 15:25:00 -0000 Message-ID: <20071019152539.9929.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/33814] Failure of gfortran n Mac Mini In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "cbas25 at strath dot ac dot uk" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-10/txt/msg01685.txt.bz2 ------- 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