X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10202271726.AA12636@clio.rice.edu> Subject: Re: djdev203 To: djgpp-workers AT delorie DOT com Date: Wed, 27 Feb 2002 11:25:59 -0600 (CST) In-Reply-To: <2110-Wed27Feb2002181958+0200-eliz@is.elta.co.il> from "Eli Zaretskii" at Feb 27, 2002 06:19:58 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > Are we aiming for having the djdev203 refresh build with GCC 3.03 or > > later? > > No, I don't think so. Compliance with GCC 3.x requires non-trivial > source changes, which might destabilize the library. Simpler changes > were rejected for similar reasons. > Just modify gcc.opt to remove some of the more paranoiac switches, > like -Werror, for example. I think Eli's completely correct here. I did manage to get 2.03 built with GCC 3.03, but ended up making changes to do things like remove the warning to errors (especially since it's more picky). I don't remember if I had to make any include file changes.