This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: GCC output console cannot be pipe thru more
- From: lrtaylor at micron dot com
- To: <gcc-help at gcc dot gnu dot org>
- Date: Wed, 15 Oct 2003 10:42:14 -0600
- Subject: RE: GCC output console cannot be pipe thru more
Or, you can do
gcc .... >& outfile
Which will send all output to the output file, rather than just the
error text.
-----Original Message-----
From: m. [mailto:michal017@centrum.sk]
gcc 2> err
m.
On Tue, 14 Oct 2003 23:24:05 -0700 (PDT)
br engineering <br_engineering@yahoo.com> wrote:
>overfilled in Gnome desktop. I can see the top message
>in a bash shell only but cannot store to a file. I
>tried "gcc .... > outfile" but only got the invocation
>line.