gabriel borrageiro <gborrageiro <at> hotmail.com> writes: > > > $ 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 I got the same error when I ran "./configure ...; make -j... install" without running a regular "make" first. I'm used to "make install" performing all make actions as needed before attempting the install. When I did a "make clean; ./configure ...; make -j... " (without install) I did not re-encounter the error message. This was with gcc 4.6.0.