From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12130 invoked by alias); 15 Mar 2006 23:28:56 -0000 Received: (qmail 12114 invoked by uid 48); 15 Mar 2006 23:28:55 -0000 Date: Wed, 15 Mar 2006 23:28:00 -0000 Message-ID: <20060315232855.12113.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/26106] [meta-bug] Gfortran can't compile tonto In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hjl at lucon dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-03/txt/msg01649.txt.bz2 List-Id: ------- Comment #10 from hjl at lucon dot org 2006-03-15 23:28 ------- (In reply to comment #9) > (In reply to comment #8) > > Is that the exact output? > > Yes, of course! > I assum you tried to compile f95files/intvec.F90. I have no problem with it: [hjl@gnu-13 tonto]$ perl Makefile.pl --fc=/usr/gcc-4.2/bin/gfortran Getting operating system name ... LINUX Checking for perl ... /usr/bin/perl Checking for make ... /usr/bin/gmake Checking whether GNU make ... yes Checking for Fortran compiler ... /usr/gcc-4.2/bin/gfortran Determining Fortran compiler vendor ... GCC Options for your compiler are in ./site_config/GCC-gfortran-on-LINUX [hjl@gnu-13 tonto]$ make ... /usr/gcc-4.2/bin/gfortran -I. -I./GCC-gfortran-on-LINUX/modules -O -c -o ./GCC-gfortran-on-LINUX/objects/intvec.o f95files/intvec.F90 ... [hjl@gnu-13 tonto]$ ls -l ./GCC-gfortran-on-LINUX/objects/intvec.o -rw-rw-r-- 1 hjl hjl 55408 Mar 15 14:03 ./GCC-gfortran-on-LINUX/objects/intvec.o -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26106