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]

Re: GCC compile issues


Ross Cameron wrote:
Hi there all,... I'm getting the following error output when running "make install" of gcc-4.1.1

----- CUT -----
make[1]: Entering directory `/media/LFS/gcc-build/gcc-4.1.1'
/bin/sh ./mkinstalldirs /tools /tools
/bin/sh: line 0: cd: host-x86_64-unknown-linux-gnu/fixincludes: No such file or directory
make[1]: *** [install-fixincludes] Error 1
make[1]: Leaving directory `/media/LFS/gcc-build/gcc-4.1.1'
make: *** [install] Error 2
----- CUT -----


I successfully compiled binutils-2.17.50.0.2 immediately prior to this.

I am using the compilation instructions from the LFS (aka Linux From Scratch) project.
Much more relevant would be what steps you did take, how did they differ from recommendations on gcc.gnu.org, ...
If you skipped the configure and make steps, you won't get much sympathy. You didn't even reveal what host and target systems you are interested in.



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