This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bootstrap/3250: gcc


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 <locale.h>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]