gfortran console I/O quit working

Randy Dawson rdawson16@hotmail.com
Sat Aug 4 04:30:00 GMT 2018


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 gfortran (gcc version 7.3.0)

I am using cygwin64 terminal, it executes and returns to the console prompt, but outputs nothing.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list