This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Lines Overflowing My Screen


On Friday 17 November 2000 23:19, fburns@csc.com wrote:
> I have recently installed g77 for DOS.  When I have many compilation errors
> they spill onto the screen often overflowing so I can't see the early ones.
> Is there a way to capture them?   I am running MS DOS in Windows 98.
>

If You are using DJGPP (I gues it's so) it's better to use DJGPP mailing list
instead (djgpp@delorie.com).

About question (assuming You are using DJGPP):

redir -eo g77 -c foo.f >foo.out

Andris

PS. Also look for this and similar questions in DJGPP FAQ at first

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]