Bug 15648 - [4.0 Regression] Bootstrap failure: ../../libcpp/system.h:182:21: libintl.h: No such file or directory
Summary: [4.0 Regression] Bootstrap failure: ../../libcpp/system.h:182:21: libintl.h: ...
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: 4.0.0
Assignee: Not yet assigned to anyone
URL:
Keywords: build, patch
Depends on:
Blocks:
 
Reported: 2004-05-25 15:11 UTC by lucier
Modified: 2004-09-13 14:15 UTC (History)
1 user (show)

See Also:
Host: powerpc-apple-darwin7.3.0
Target: powerpc-apple-darwin7.3.0
Build: powerpc-apple-darwin7.3.0
Known to work:
Known to fail:
Last reconfirmed: 2004-05-25 15:14:47


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lucier 2004-05-25 15:11:26 UTC
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
Comment 1 Andrew Pinski 2004-05-25 15:14:47 UTC
Confirmed, two patches are needed: http://gcc.gnu.org/ml/gcc-patches/2004-05/msg01586.html and 
http://gcc.gnu.org/ml/gcc-patches/2004-05/msg01584.html .
Comment 2 lucier 2004-05-26 02:59:52 UTC
Subject: Re:  [3.5 Regression] Bootstrap failure: ../../libcpp/system.h:182:21: libintl.h: No such file or directory

Bootstrap just succeeded for me, so this seems to be fixed.

Brad

Comment 3 Andrew Pinski 2004-05-26 03:58:38 UTC
Fixed by:
2004-05-25  Paolo Bonzini  <bonzini@gnu.org>

        * Makefile.am: the correct directory for
        gettext include files is given by @INCINTL@.
        * Makefile.in: Regenerate.