From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6977 invoked by alias); 24 Jun 2006 01:58:03 -0000 Received: (qmail 6967 invoked by uid 22791); 24 Jun 2006 01:58:03 -0000 X-Spam-Check-By: sourceware.org Received: from smtp105.sbc.mail.mud.yahoo.com (HELO smtp105.sbc.mail.mud.yahoo.com) (68.142.198.204) by sourceware.org (qpsmtpd/0.31) with SMTP; Sat, 24 Jun 2006 01:58:01 +0000 Received: (qmail 90030 invoked from network); 24 Jun 2006 01:57:59 -0000 Received: from unknown (HELO ?69.104.56.203?) (timothyprince@sbcglobal.net@69.104.56.203 with plain) by smtp105.sbc.mail.mud.yahoo.com with SMTP; 24 Jun 2006 01:57:58 -0000 Message-ID: <449C9C25.1040503@sbcglobal.net> Date: Sat, 24 Jun 2006 01:58:00 -0000 From: Tim Prince Reply-To: tprince@myrealbox.com User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: ross.cameron@linuxpro.co.za CC: gcc-help@gcc.gnu.org Subject: Re: GCC compile issues References: <449C6533.5060808@linuxpro.co.za> In-Reply-To: <449C6533.5060808@linuxpro.co.za> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-06/txt/msg00201.txt.bz2 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.