Please let me know why I may be getting the following error when performing a make? Already did a “make distclean” a few times….. Thanks, Joe jthykattil@xxxxxxxxxxxxx SCREEN OUPUT: …. …. rm -f needed-list; touch needed-list; \ for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ for g in ./mkstemps.o ; do \ case "$g" in \ *$f*) echo $g >> needed-list ;; \ esac; \ done; \ done echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.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 make[4]: Entering directory `/de/gcc/gcc-4.4.2/host-x86_64-unknown-linux-gnu/libiberty/testsuite' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/de/gcc/gcc-4.4.2/host-x86_64-unknown-linux-gnu/libiberty/testsuite' make[3]: Leaving directory `/de/gcc/gcc-4.4.2/host-x86_64-unknown-linux-gnu/libiberty' Configuring stage 1 in host-x86_64-unknown-linux-gnu/gmp configure: loading cache ./config.cache checking build system type... x86_64-unknown-linux-gnu checking host system type... none-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes configure: error: source directory already configured; run "make distclean" there first make[2]: *** [configure-stage1-gmp] Error 1 make[2]: Leaving directory `/de/gcc/gcc-4.4.2' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/de/gcc/gcc-4.4.2' make: *** [all] Error 2 [root@gv-itsqa1 gcc-4.4.2]#