from /home/gfb/Downloads/gcc/build, I run: /home/gfb/Downloads/gcc/gcc-4.3.4/configure --prefix=/opt/gcc434 --program-suffix=434 --enable-languages=c,c++ --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions regards Gabriel ---------------------------------------- > From: iant@xxxxxxxxxx > To: gborrageiro@xxxxxxxxxxx > CC: gcc-help@xxxxxxxxxxx > Subject: Re: gcc 4.3.4 installation error on Fedora 14 64bit > Date: Wed, 30 Mar 2011 11:04:35 -0700 > > gabriel borrageiro writes: > > > when I do a "make -k check", I get these errors: > > > > $ make -k check > > make[1]: Entering directory `/home/gfb/Downloads/gcc/gcc-4.3.4' > > /bin/sh: line 3: cd: host-x86_64-unknown-linux-gnu/fixincludes: No such file or directory > > make[1]: *** [check-fixincludes] Error 1 > > How precisely did you run configure? > > Ian