From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9702 invoked by alias); 18 Jan 2002 21:46:06 -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 9643 invoked by uid 71); 18 Jan 2002 21:46:02 -0000 Date: Fri, 18 Jan 2002 13:46:00 -0000 Message-ID: <20020118214602.9637.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Craig Rodrigues Subject: Re: bootstrap/3250: gcc Reply-To: Craig Rodrigues X-SW-Source: 2002-01/txt/msg00672.txt.bz2 List-Id: The following reply was made to PR bootstrap/3250; it has been noted by GNATS. From: Craig Rodrigues To: jzago@ifaedi.insa-lyon.fr Cc: gcc-gnats@gcc.gnu.org, rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org Subject: Re: bootstrap/3250: gcc Date: Fri, 18 Jan 2002 16:36:20 -0500 Hi, This is the source of the problem: configure:4839: checking for locale.h configure:4849: gcc -E conftest.c >/dev/null 2>conftest.out In file included from /usr/include/locale.h:157, from configure:4845: /users/ie/jza/arch/lauhpj7/lib/gcc-lib/hppa2.0w-hp-hpux11.00/2.95.3/include/stdio.h:30: warning: `__va__list' redefined /usr/include/locale.h:26: warning: this is the location of the previous definition configure: failed program was: #line 4844 "configure" #include "confdefs.h" #include If you create the following file, and compile it with your gcc 2.95.3: #include int main(int argc, char *argv[]){ return 0; } do you get a warning? -- Craig Rodrigues http://www.gis.net/~craigr rodrigc@mediaone.net