From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22975 invoked by alias); 17 Mar 2004 17:30:11 -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 22684 invoked from network); 17 Mar 2004 17:30:06 -0000 Received: from unknown (HELO masquerade.micron.com) (137.201.242.130) by sources.redhat.com with SMTP; 17 Mar 2004 17:30:06 -0000 Received: from mail-srv2.micron.com (localhost [127.0.0.1]) by masquerade.micron.com (8.12.9/8.12.2) with ESMTP id i2HHUAGq002632 for ; Wed, 17 Mar 2004 10:30:10 -0700 (MST) 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 i2HHU9ug002618; Wed, 17 Mar 2004 10:30:09 -0700 (MST) From: lrtaylor@micron.com content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Coloured compile errors Date: Wed, 17 Mar 2004 22:13:00 -0000 Message-ID: <363801FFD7B74240A329CEC3F7FE4CC4015F3ACB@ntxboimbx07.micron.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: To: , X-Scanned-By: MIMEDefang 2.37 X-SW-Source: 2004-03/txt/msg00152.txt.bz2 That's a wrapper over GCC that parses and colorizes the output. I can't think of the name of the program off the top of my head, but I suspect that if you do an "rpm -qa | grep gcc", you'll see the package related to it. Or Google for "color gcc" or something like that, and I'm sure you'll find something. Once you find the package, you can probably just remove it and life will (probably) go on like normal. Cheers, Lyle -----Original Message----- From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org] On Behalf Of Jarl Friis Sent: Wednesday, March 17, 2004 8:34 AM To: gcc-help@gcc.gnu.org Subject: Coloured compile errors Hi. On the latest SuSE 9.0 with GCC 3.3.1 I see that compile errors are coulourised in an xterm (and Konsole btw). I guess that is a new GCC feature. It looks nice, but I would like to turn it off. Is there an environment variable to turn this off? Jarl