Re: A89: output from gcc
[Prev][Next][Index][Thread]
Re: A89: output from gcc
>From: Zoltan Kocsi <zoltan@bendor.com.au>
>Reply-To: assembly-89@lists.ticalc.org
>To: assembly-89@lists.ticalc.org
>Subject: A89: output from gcc
>Date: Sat, 16 Oct 1999 17:16:02 +1000 (EST)
>
>
> > How do you c programmers deal with the output from gcc. If there are
>enough
> > errors the output will scroll off the screen. I've tried using pipes
>but
> > this does not seem to work.
>
>This is probably dependent on the system you use.
>Under any unix variant, gcc ... 2> file.err would work, of if you want
>to see it on the screen:
>
>gcc ... 2>&1 | more
>
>Error messages are sent to stderr and not stdout.
>
>Regards,
>
Thanks for the response. However, I am running under win. I was under the
impression that tigcc is a speccially moddified version of gcc that will
only run under windows. Is there a version for linux?
-Please Help. Thanks
>Zoltan
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
Follow-Ups: