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 /bin/sh: line 3: cd: host-x86_64-unknown-linux-gnu/gcc: No such file or directory make[1]: *** [check-gcc] Error 1 /bin/sh: line 3: cd: host-x86_64-unknown-linux-gnu/intl: No such file or directory make[1]: *** [check-intl] Error 1 /bin/sh: line 3: cd: host-x86_64-unknown-linux-gnu/libcpp: No such file or directory make[1]: *** [check-libcpp] Error 1 /bin/sh: line 3: cd: host-x86_64-unknown-linux-gnu/libdecnumber: No such file or directory make[1]: *** [check-libdecnumber] Error 1 /bin/sh: line 3: cd: host-x86_64-unknown-linux-gnu/libiberty: No such file or directory make[1]: *** [check-libiberty] Error 1 make[1]: Target `check-host' not remade because of errors. /bin/sh: line 3: cd: x86_64-unknown-linux-gnu/libstdc++-v3: No such file or directory make[1]: *** [check-target-libstdc++-v3] Error 1 /bin/sh: line 3: cd: x86_64-unknown-linux-gnu/libmudflap: No such file or directory make[1]: *** [check-target-libmudflap] Error 1 /bin/sh: line 3: cd: x86_64-unknown-linux-gnu/libssp: No such file or directory make[1]: *** [check-target-libssp] Error 1 /bin/sh: line 3: cd: x86_64-unknown-linux-gnu/libiberty: No such file or directory make[1]: *** [check-target-libiberty] Error 1 /bin/sh: line 3: cd: x86_64-unknown-linux-gnu/libgomp: No such file or directory make[1]: *** [check-target-libgomp] Error 1 make[1]: Target `check-target' not remade because of errors. make[1]: Leaving directory `/home/gfb/Downloads/gcc/gcc-4.3.4' make: *** [do-check] Error 2 make: Target `check' not remade because of errors. However, I do have the packages installed via rpm, so not quite sure if this is a red herring. 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 08:55:40 -0700 > > gabriel borrageiro writes: > > > I followed this guide: > > http://www.mjmwired.net/resources/mjm-fedora-gcc.html > > Please consider following the gcc installation instructions instead, > though they may not differ. > > > > ...attempting to install gcc 4.3.4 on Fedora 14 64bit. When I "make", I get this error: > > echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list > > /bin/sh: line 3: cd: testsuite: No such file or directory > > make[3]: *** [all-subdir] Error 1 > > make[3]: Leaving directory `/home/gfb/Downloads/gcc/build/libiberty' > > That directory should have been recreated by the libiberty configure > script. I don't know why that would not have happened. I have not seen > any other reports of this error. > > Ian