Steve Kargl wrote: > On Fri, Jun 10, 2005 at 06:37:12PM +0000, Richard Haney wrote: > >>The following is a short copy of my input and output: >> >>% gfortran -c clump.f90 >> > > > mv clump.f90 clump.F > gfortran -c clump.F This won't work if clump.f90 is a free-form source file :-) - Tobi