Franklyn Simon <franklynsimon@xxxxxxxxxxxxx> writes: >>Date: Tue, 20 Jan 2009 14:11:03 -0500 >>To: gcc-help@xxxxxxxxxxx >>From: Franklyn Simon <franklynsimon@xxxxxxxxxxxxx> >>Subject: Fwd: Configuring and compile gcc-4.3.2/gcj/libgcj >> >> >>>Date: Tue, 20 Jan 2009 14:03:53 -0500 >>>To: gcc-help@xxxxxxxxxxx >>>From: Franklyn Simon <franklynsimon@xxxxxxxxxxxxx> >>>Subject: Configuring and compile gcc-4.3.2/gcj/libgcj >>> >>>Hi >>>I get the following errors with the command make bootstrap >>> >>> configure: error: source directory already configured; run make >>> disclean there first. >>> make[4] ***[configure-bfd] error 1 >>>make[2] ***[all-stage1-binutils] error 2 >>>make [1] ***[Stage1-bubble] error 2 >>>make ** [bootstrap ] error >>> >>> I cofigured and compiled the following in their own directories >>> which are subset of gcc-4.3.2 directory: >>>binutils-2.19 >>>gmp-4.2.4 >>>mpfr-2.3.2 >>>gcc-java-4.3.2 >>> >>>The target system is the same as the build. I am using i686-pc on SLES9 >>>I do not know what is the cause of these errors. Can you help me. How did you run configure? It looks like you ran ./configure. Do not do that; run configure in a different directory, as described in the installation directory. If you ever ran ./configure, throw away that source directory and unpack the tarball again. Ian