G
Guest
Hello;
1. In compiling a DOS application in Win XP OS, the Fortran compiler g95
produces a very large number of warning and error messages.
2. The scroll bar in the command prompt window allows only for 3 additional
lines to be seen at the end of compilation, and I'm unable to use the MORE
feature properly to display one screen at a time of the compilation errors.
3. The DOS help on more (>help more) doesn't clearly show how to use MORE
4. For compiling test.for, one enters:
...>g95 -o test test.for
Q1: Where should one place MORE in the above command line (with or without
switches) ?? (years ago, it used to be !more at the end)
Q2: If MORE is applicable only to files and not to commands, how can one
redirect the results of the compilation to a file so that it may be viewed
later ??
Your help would be greatly appreciated.
1. In compiling a DOS application in Win XP OS, the Fortran compiler g95
produces a very large number of warning and error messages.
2. The scroll bar in the command prompt window allows only for 3 additional
lines to be seen at the end of compilation, and I'm unable to use the MORE
feature properly to display one screen at a time of the compilation errors.
3. The DOS help on more (>help more) doesn't clearly show how to use MORE
4. For compiling test.for, one enters:
...>g95 -o test test.for
Q1: Where should one place MORE in the above command line (with or without
switches) ?? (years ago, it used to be !more at the end)
Q2: If MORE is applicable only to files and not to commands, how can one
redirect the results of the compilation to a file so that it may be viewed
later ??
Your help would be greatly appreciated.