From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27797 invoked by alias); 19 Apr 2010 11:00:31 -0000 Received: (qmail 27674 invoked by uid 48); 19 Apr 2010 11:00:08 -0000 Date: Mon, 19 Apr 2010 11:00:00 -0000 Message-ID: <20100419110008.27673.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/43795] gcc-4.5.0, pb installation In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "mikpe at it dot uu dot se" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-04/txt/msg01805.txt.bz2 ------- Comment #1 from mikpe at it dot uu dot se 2010-04-19 11:00 ------- (In reply to comment #0) > Dear All, > > I want to compile gcc-4.5.0 on a Quad-Core AMD Opteron(tm) Processor 8356 in my > user repository. > The compiler is gcc version 4.1.2 20070626 (Red Hat 4.1.2-14). > I think that I correctly installed all(?) the needed lib to compile gcc-4.5.0. > But I issue the following error to the "$>make install" command > /bin/sh: line 3: cd: host-x86_64-unknown-linux-gnu/fixincludes: No such file or > directory > > Here's the output of configure made immediately before: > ------- > $>./configure --prefix=$HOME/gcc --with-gmp=$HOME/gmp --with-mpfr=$HOME/mpfr Builds in the source dir itself are not supported. Just mkdir a separate objdir somewhere and in the objdir do /path/to/gcc/configure ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43795