"read(*,*)" cannot read on Debian (AMD64). For the following example, read(*,*) i write(*,*) i end If I type, for example, 2 and <return>, the program should print 2. However, there is no response to the input, i.e., "2 and <return>". The above example has no problem on Debian(x386). Thank you.