This is the mail archive of the
cygwin
mailing list for the Cygwin project.
gfortran console I/O quit working
- From: Randy Dawson <rdawson16 at hotmail dot com>
- To: "cygwin at cygwin dot com" <cygwin at cygwin dot com>
- Date: Sat, 4 Aug 2018 04:30:25 +0000
- Subject: 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