Preeti Sharma <pritis@xxxxxxxxx> 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