From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10469 invoked by alias); 10 Jul 2002 16:56:00 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 10455 invoked by uid 71); 10 Jul 2002 16:56:00 -0000 Date: Wed, 10 Jul 2002 09:56:00 -0000 Message-ID: <20020710165600.10454.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Mark Phillips Subject: Re: c++/7009: please provide command line option to turn off new include warnings Reply-To: Mark Phillips X-SW-Source: 2002-07/txt/msg00302.txt.bz2 List-Id: The following reply was made to PR c++/7009; it has been noted by GNATS. From: Mark Phillips To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, Hugues.Talbot@cmis.CSIRO.AU, gcc-bugs@gcc.gnu.org Cc: Subject: Re: c++/7009: please provide command line option to turn off new include warnings Date: Wed, 10 Jul 2002 17:50:58 +0100 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7009 The new warnings also stop gcc 3.1itself from building... In my case gcc gettext and libiconv are all installed in the same directory, but the existing compiler does not pickup that include/lib dir. If I use --with-libiconv-prefix=xxx it almost works except, but libjava fails because its configure script thinks loads of things are missing because the tests fail when they see the unexpected warning:- cc1plus: warning: changing search order for system directory "/xxx" cc1plus: warning: as it has already been specified as a non-system directory A similar problem also effects several other packages. The new deprecated C++ library warnings also break the configuration of some packages (though that can be fixed with a command line flag). Cheers Mark