Mail Archives: djgpp/1996/07/15/11:49:57
In article <31DC02DA DOT 4E4D AT cybernex DOT net>
vmeister AT cybernex DOT net "Ian Viemeister" writes:
> Bram Stolk wrote:
> > : This is because warnings/errors are written to STDERR, not stdout.
> > : Unfortunately, DOS's command procesor (command.com) does not provide
> > : a way to redirect stderr so, as with any other DOS program that writes
> >
> > I use NDOS (Norton DOS), and I can do:
> > make >& log
> > Maybe msdos doesn't do this, but you could try it.
>
> Doesn't command.com support stderr redirection with 'make 2> log' ?
No. But the great program `redir' supplied with djgpp does.
try:
redir -eo make | more
one day. I use it all the time when the error messages scroll the screen
(err, should I be admitting that? :-) In my defence it's generally only when
I miss off a `;' from a prototype...
..splitbung
--
* TQ 1.0 * The 'Just So Quotes'.
File names are infinite in length where infinity is set to 255 characters.
-- Peter Collinson, "The Unix File System"
- Raw text -