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


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


If you create the following file, and compile it with your gcc 2.95.3:

#include <locale.h>
int main(int argc, char *argv[]){ return 0; }

do you get a warning?

-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          


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