Re: [1.7] output redirection problems with gfortran

2009-06-08 Thread Gustavo Seabra
On Mon, Jun 8, 2009 at 10:56 AM, Dave Korn wrote: > Gustavo Seabra wrote: >> Hi All, >> >> I'm having a strange problem with gfortran here. I am trying to run a >> simple configure program, but it chokes on the fortran compilation. >> The test program it uses is very simple: >> >> $ cat testp.f >>

Re: [1.7] output redirection problems with gfortran

2009-06-08 Thread Dave Korn
Gustavo Seabra wrote: > Hi All, > > I'm having a strange problem with gfortran here. I am trying to run a > simple configure program, but it chokes on the fortran compilation. > The test program it uses is very simple: > > $ cat testp.f > program testf > write(6,*) 'testing a Fortran