------- 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: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 ... [EMAIL PROTECTED] 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