This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]