This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configure error on gmp and mpfr


On 9/19/07, qin zhao <redmuts@gmail.com> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]