Re: gfortran console I/O quit working

2018-08-04 Thread Marco Atzeri
Am 04.08.2018 um 06:30 schrieb Randy Dawson: I recently upgraded/re-installed, and the following example used to work. uname reports: CYGWIN_NT-10.0 --- program test write(6,700) 700 format('hello from write') print *, 'hello from pr

Re: gfortran console I/O quit working

2018-08-03 Thread Brian Inglis
On 2018-08-03 22:30, Randy Dawson wrote: > I recently upgraded/re-installed, and the following example used to work. > uname reports: > CYGWIN_NT-10.0 > --- > program test > write(6,700) > 700 format('hello from write') > print *, 'hello from

gfortran console I/O quit working

2018-08-03 Thread Randy Dawson
I recently upgraded/re-installed, and the following example used to work. uname reports: CYGWIN_NT-10.0 --- program test write(6,700) 700 format('hello from write') print *, 'hello from print' end No compile errors with gfortra