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]

gcc cvs bootstrup broken (libintl.h: No such file or directory)


After update gcc cvs i can't bootstrap gcc. It break with error:

gcc  -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-
prototypes -Wtraditional -pedantic -Wno-long-long
 -DHAVE_CONFIG_H    -I. -I. -I/home/wanderer/pkg/build/gcc/src/gcc31/gcc/gcc
 -I/home/wanderer/pkg/build/gcc/src/gcc31/gcc/gcc/
. -I/home/wanderer/pkg/build/gcc/src/gcc31/gcc/gcc/config -I/home/wanderer/p
kg/build/gcc/src/gcc31/gcc/gcc/../include -c /home
/wanderer/pkg/build/gcc/src/gcc31/gcc/gcc/c-parse.c
In file included from c-parse.y:40:
/home/wanderer/pkg/build/gcc/src/gcc31/gcc/gcc/intl.h:28:22: libintl.h: No
such file or directory
c-parse.y: In function `yyerror':
c-parse.y:2810: warning: implicit declaration of function `gettext'
c-parse.y:2810: warning: initialization makes pointer from integer without a
cast
gmake[2]: *** [c-parse.o] Error 1
gmake[2]: Leaving directory `/usr/home/wanderer/pkg/build/gcc/obj/gcc'
gmake[1]: *** [stage1_build] Error 2
gmake[1]: Leaving directory `/usr/home/wanderer/pkg/build/gcc/obj/gcc'
gmake: *** [bootstrap] Error 2

Vladimir


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