This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Lines Overflowing My Screen
- To: fburns at csc dot com, gcc at gcc dot gnu dot org
- Subject: Re: Lines Overflowing My Screen
- From: Andris Pavenis <pavenis at latnet dot lv>
- Date: Mon, 20 Nov 2000 09:47:38 +0200
- Cc: djgpp at delorie dot com
- References: <OFB71DC5F7.1A314585-ON8525699A.00749E0A@com>
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