On 9/19/07, qin zhao <redmuts@xxxxxxxxx> wrote: > Hi, > > I want to install gcc-4.3.0 on my machine. What I did is: > > svn co svn://gcc.gnu.org/svn/gcc/trunk gcc-4.3.0 > > Then I downloaded gmp-4.2.2 and mpfr-2.3.0 and put them under > directory gcc-4.3.0. Rename them as gmp and mpfr respectively. > > Then I typed: > > mkdir bld > cd bld > ../gcc/configure --prefix=`pwd` --with-gmp --with--mpfr > > But I got the following error message: When I build with gmp and mpfr in the source tree, I don't specify the two --with options. configure picks up the existence of the directories automatically.