gabriel borrageiro <gborrageiro@xxxxxxxxxxx> 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