This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/33200] install fails when trying to install fix-header since fix-header wasn't built
- From: "aldot at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jan 2008 18:38:31 -0000
- Subject: [Bug bootstrap/33200] install fails when trying to install fix-header since fix-header wasn't built
- References: <bug-33200-15021@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from aldot at gcc dot gnu dot org 2008-01-18 18:38 -------
fix-proto is never run, it seems:
$ grep "stmp-" out.log
echo timestamp > stmp-fixinc
echo timestamp > stmp-int-hdrs
echo timestamp > stmp-install-fixproto
if [ xstmp-install-fixproto != x ] ; then \
after fixincludes is run, it seems to update the stamps it feels responsible
for:
cp /there.sh/toolchain_build_sh4/gcc-4.3.0/gcc/../fixincludes/README-fixinc
incl
ude-fixed/README
chmod a+r include-fixed/README
echo timestamp > stmp-int-hdrs
echo timestamp > stmp-install-fixproto
I'm doing a simple configure;make all; make install
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33200