This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/15648] New: Bootstrap failure: ../../libcpp/system.h:182:21: libintl.h: No such file or directory
- From: "lucier at math dot purdue dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 May 2004 15:11:30 -0000
- Subject: [Bug bootstrap/15648] New: Bootstrap failure: ../../libcpp/system.h:182:21: libintl.h: No such file or directory
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
if gcc -DHAVE_CONFIG_H -I. -I../../libcpp -I. -I../../libcpp/../include
-I../../libcpp -I./intl -I../../libcpp/include
-DLOCALEDIR="\"/pkgs/gcc-mainline/share/locale\"" -g -O2 -MT charset.o -MD
-MP -MF ".deps/charset.Tpo" -c -o charset.o ../../libcpp/charset.c; \
then mv -f ".deps/charset.Tpo" ".deps/charset.Po"; else rm -f
".deps/charset.Tpo"; exit 1; fi
In file included from ../../libcpp/charset.c:22:
../../libcpp/system.h:182:21: libintl.h: No such file or directory
make[2]: *** [charset.o] Error 1
make[1]: *** [all] Error 2
make: *** [all-libcpp] Error 2
--
Summary: Bootstrap failure: ../../libcpp/system.h:182:21:
libintl.h: No such file or directory
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: lucier at math dot purdue dot edu
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: powerpc-apple-darwin7.3.0
GCC host triplet: powerpc-apple-darwin7.3.0
GCC target triplet: powerpc-apple-darwin7.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15648