This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
compiling failed.
- From: "Paul Li" <paulur at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 21 Dec 2007 14:16:05 +1100
- Subject: compiling failed.
I tried to compile gcc4.2.x on Ubuntu, and there is an error message
as the following.
"make[3]: *** No rule to make target
`../../../srcdir/fixincludes/../gcc/BASE-VER', needed by `mkheaders'.
Stop.
make[3]: Leaving directory
`/home/paul/gcc/gcc-4.2.0/objdir/build-i686-pc-linux-gnu/fixincludes'
make[2]: *** [all-build-fixincludes] Error 2
make[2]: Leaving directory `/home/paul/gcc/gcc-4.2.0/objdir'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/paul/gcc/gcc-4.2.0/objdir'
make: *** [all] Error 2"
(srcdir is the directory where the source code is. )
Thanks,
Paul