Re: Directing compilation errors to a file



I think in dos you can type your command and type " | more" to scroll
through it, or you can " > file" to send it to a file.  For example.. I just
typed "dir > file" and it sent the output to a file.  Note that in unix,
errors tend to come out on stderr, rather than stdout, so you would have to
instead type " 2> file", but I don't think this is an issue on dos.

Hope this helps a little.

-Rob

----- Original Message -----
From: "Hammamur Rahman" <hrahman10 hotmail com>
To: <gtk-list gnome org>
Sent: Monday, January 13, 2003 11:46 AM
Subject: Directing compilation errors to a file


> Hi,
>
> I compiling a gtk program at the moment, and i've got lots of errors, but
> cannot see all of them within the ms dos window.  I am using a make file.
> Can someone tell me how i can direct the compilation errors to a file with
a
> command with in my make file which i'm using or actually typing it in the
> dos window.
>
> Thank you!
>
>
>
>
>
> _________________________________________________________________
> The new MSN 8: smart spam protection and 2 months FREE*
> http://join.msn.com/?page=features/junkmail
>
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]