From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11020 invoked by alias); 15 Oct 2003 16:47:02 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 11012 invoked from network); 15 Oct 2003 16:47:00 -0000 Received: from unknown (HELO mail-srv2.micron.com) (137.201.242.130) by sources.redhat.com with SMTP; 15 Oct 2003 16:47:00 -0000 Received: from mail-srv2.micron.com (localhost [127.0.0.1]) by mail-srv2.micron.com (8.12.9/8.12.2) with ESMTP id h9FGkRjf004303 for ; Wed, 15 Oct 2003 10:46:27 -0600 (MDT) Received: from ntxboimbx07.micron.com (ntxboimbx07.micron.com [137.201.80.94]) by mail-srv2.micron.com (8.12.9/8.12.2) with ESMTP id h9FGex7I000571 for ; Wed, 15 Oct 2003 10:45:52 -0600 (MDT) From: lrtaylor@micron.com X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: GCC output console cannot be pipe thru more Date: Wed, 15 Oct 2003 16:47:00 -0000 Message-ID: <363801FFD7B74240A329CEC3F7FE4CC4A2774C@ntxboimbx07.micron.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: To: X-Scanned-By: MIMEDefang 2.37 X-SW-Source: 2003-10/txt/msg00264.txt.bz2 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]=20 =20 gcc 2> err m. On Tue, 14 Oct 2003 23:24:05 -0700 (PDT) br engineering 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.