------- Comment #4 from kargl at gcc dot gnu dot org 2008-11-24 15:32 ------- After removing all of your full path names, I get
REMOVE:kargl[215] gfc4x WinModI.f90 -c -Wall -O3 -ffast-math -funroll-loops -std=f2003 -fno-backslash -owinmod.o >winmod.xyz WinModI.f90:68: Error: Can't open included file 'FldSet1A.f90' WinModI.f90:73: Error: Can't open included file 'FldSet2A.f90' WinModI.f90:74.26: There is no FldSet1A.f90 or FldSet2A.f90. REMOVE:kargl[216] find . -name FldSet\* ./FldSet.a90 Any chance you can 1) update to a newer compiler, and 2) cut this down to a much smaller example. PS: This shell script isn't a Bourne shell script. It appears to be a csh script. Add '#! /bin/csh' as the first line. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38247