------- 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

Reply via email to