Closed GoogleCodeExporter closed 8 years ago
Please attach a source file that exhibits the issue, along with instructions on
how to build and run it.
Original comment by andy.koppe
on 9 May 2012 at 11:26
This is a f90 source file:
------------hello.f90---------------
program main
integer :: a
read*,a
print*, 'You have input :',a
endprogram main
Original comment by Jupiter...@gmail.com
on 9 May 2012 at 11:58
Attachments:
1.build instruction:
$gfortran hello.f90
2.run it:
$./a.exe
Original comment by Jupiter...@gmail.com
on 9 May 2012 at 12:02
Thanks. The test works fine for me, using cygwin-1.7.14 and any of mintty
1.0.1, 1.0.3 and 1.1-beta1. Therefore I suspect any problem here is either with
the Cygwin DLL or Fortran itself, and that it has since been fixed. So please
try updating Cygwin (or a new install to a different directory).
Original comment by andy.koppe
on 9 May 2012 at 7:32
Thank you. After updating my Cygwin, I find the problem solved.
Original comment by Jupiter...@gmail.com
on 10 May 2012 at 8:41
Glad that did it. Thanks for reporting back.
Original comment by andy.koppe
on 10 May 2012 at 12:18
Original issue reported on code.google.com by
Jupiter...@gmail.com
on 9 May 2012 at 10:03