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: Compiling gcc-4.5.0 : error with ppl


Preeti Sharma <pritis@gmail.com> writes:

> I am trying to compile gcc-4.5.0 which requires ppl (among other things) .
> I already installed gmp, mpfr, mpc . But ./configure on ppl gives me
> the following error :
>
> checking for the GMP library version 4.1.3 or above... no
> configure: error: Cannot find GMP version 4.1.3 or higher.
> GMP is the GNU Multi-Precision library:

When configuring PPL you may have to use an option to tell it where to
find GMP.  E.g., --with-gmp=GMP_INSTALL_DIR.

Ian


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