This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Missing file in GCC build
- From: "Noorez Kassam" <noorez dot mailist dot gcc at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 28 Feb 2007 20:53:23 -0700
- Subject: Missing file in GCC build
I am attempting to build the gcc system however, i received the
following error on the 'make' stage of the build. Here is a snippet
from the build progress..
/bin/sh: cannot open kinds.h: No such file
make[2]: *** [kinds.inc] Error 2
make[2]: Leaving directory
`/home/noorez/Desktop/objdir/i686-pc-linux-gnu/libgfortran'
make[1]: *** [all-target-libgfortran] Error 2
make[1]: Leaving directory `/home/noorez/Desktop/objdir'
make: *** [all] Error 2
I have all the perquisites for building gcc listed on the gcc site:
http://gcc.gnu.org/install/prerequisites.html
and I am quite sure that I unpacked all files that were necessary for
the build. Is there anything that I missed?