This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC compile issues
- From: Tim Prince <timothyprince at sbcglobal dot net>
- To: ross dot cameron at linuxpro dot co dot za
- Cc: gcc-help at gcc dot gnu dot org
- Date: Fri, 23 Jun 2006 18:57:57 -0700
- Subject: Re: GCC compile issues
- References: <449C6533.5060808@linuxpro.co.za>
- Reply-to: tprince at myrealbox dot com
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.