This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gfortran console I/O quit working


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]