From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11104 invoked by alias); 4 Jan 2006 15:39:57 -0000 Received: (qmail 11095 invoked by uid 22791); 4 Jan 2006 15:39:57 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 04 Jan 2006 15:39:54 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EuAjw-0001GG-28; Wed, 04 Jan 2006 10:39:52 -0500 Date: Wed, 04 Jan 2006 15:39:00 -0000 From: Daniel Jacobowitz To: Eugene Cc: gdb@sourceware.org Subject: Re: gdb 6.4 compile error. Message-ID: <20060104153952.GA4792@nevyn.them.org> Mail-Followup-To: Eugene , gdb@sourceware.org References: <20060104153334.81628.qmail@web50211.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060104153334.81628.qmail@web50211.mail.yahoo.com> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00012.txt.bz2 On Wed, Jan 04, 2006 at 07:33:34AM -0800, Eugene wrote: > I'm getting the following compile error on gcc 4 > (gnu/linux x86) : > > cc1: warnings being treated as errors > In file included from aout32.c:23: > aoutx.h: In function 'aout_get_external_symbols': > aoutx.h:1275: warning: unused variable 'amt' > make[4]: *** [aout32.lo] Error 1 > > I think it's something to do with the -Werror option. > Can this option be removed from future versions? Try --disable-werror. -- Daniel Jacobowitz CodeSourcery