From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9742 invoked by alias); 18 Jan 2002 21:46:07 -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 9687 invoked by uid 71); 18 Jan 2002 21:46:05 -0000 Date: Fri, 18 Jan 2002 13:46:00 -0000 Message-ID: <20020118214605.9685.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: law@redhat.com Subject: Re: bootstrap/3250: gcc Reply-To: law@redhat.com X-SW-Source: 2002-01/txt/msg00673.txt.bz2 List-Id: The following reply was made to PR bootstrap/3250; it has been noted by GNATS. From: law@redhat.com To: Craig Rodrigues Cc: jzago@ifaedi.insa-lyon.fr, gcc-gnats@gcc.gnu.org, rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org Subject: Re: bootstrap/3250: gcc Date: Fri, 18 Jan 2002 14:40:48 -0700 In message <20020118163620.A4723@mediaone.net>, Craig Rodrigues writes: > 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 defi > nition > configure: failed program was: > #line 4844 "configure" > #include "confdefs.h" > #include gcc-2.95.xx is not supported on hpux11. This one of the various different failure modes. It may also be the case that gcc-3.0.x will not work on your platform -- you've got one or more patches from HP which affect GCC's behavior in various unpleasant ways. On a more positive note the current development tree knows how to deal with the HP patches you've got installed on that system and should work properly. jeff