Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] 3.0.0 problem

When this program is built and run with g95
on XP and LInux, the output consists of just the
first line (and a similar thing happens with
other programs).

Running the same executable from the command
line produces all three output lines. Also, writing
to a file other than the Console works OK.

program test
 print *, 111
 print *, 222
 print *, 333
end program test

Any ideas?

--
Walt Brainerd         +1-877-355-6640 (voice & fax)
The Fortran Company   +1-520-760-1397 (outside USA)
6025 N. Wilmot Road   walt@xxxxxxxxxxx
Tucson, AZ 85750 USA  http://www.fortran.com



Back to the top