Re: [lfs-support] libmpfr error while compiling GCC.

2012-11-10 Thread William Harrington
On Nov 9, 2012, at 11:30 AM, Prabhu wrote: Hi, I'm trying to compile GCC, I done with untaring (MPFR,GMP and MPC ) and moving the files to its respected folders, and even configuration part also done. but while making the Gcc its throwing me an error message says that checking

Re: [lfs-support] libmpfr error while compiling GCC.

2012-11-10 Thread Chris Staub
On 11/10/2012 07:14 AM, Prabhu wrote: > (5.5.1 Installation of cross GCC) > > I successfully compiled Binutilities, then I untared the GCC. In GCC > folder I done the following steps > > *tar -Jxf ../mpfr-3.1.1.tar.xz > mv -v mpfr-3.1.1 mpfr > tar -Jxf ../gmp-5.0.5.tar.xz > mv -v gmp-5.0.5 gmp > ta

Re: [lfs-support] libmpfr error while compiling GCC.

2012-11-10 Thread Prabhu
(5.5.1 Installation of cross GCC) I successfully compiled Binutilities, then I untared the GCC. In GCC folder I done the following steps *tar -Jxf ../mpfr-3.1.1.tar.xz mv -v mpfr-3.1.1 mpfr tar -Jxf ../gmp-5.0.5.tar.xz mv -v gmp-5.0.5 gmp tar -zxf ../mpc-1.0.tar.gz mv -v mpc-1.0 mpc* This *for

Re: [lfs-support] libmpfr error while compiling GCC.

2012-11-09 Thread Chris Staub
On 11/10/2012 01:49 AM, Prabhu wrote: > Hi, > I'm trying to compile GCC, I done with untaring (MPFR,GMP and > MPC ) and moving the files to its respected folders, and even > configuration part also done. but while making the Gcc its throwing me > an error message says that > > *checking f

Re: [lfs-support] libmpfr error while compiling GCC.

2012-11-09 Thread Baho Utot
On 11/09/2012 12:53 PM, Chris Staub wrote: > On 11/09/2012 12:30 PM, Prabhu wrote: >> Hi, >>I'm trying to compile GCC, I done with untaring (MPFR,GMP and >> MPC ) and moving the files to its respected folders, and even >> configuration part also done. but while making the Gcc its throwi

Re: [lfs-support] libmpfr error while compiling GCC.

2012-11-09 Thread Chris Staub
On 11/09/2012 12:30 PM, Prabhu wrote: > > Hi, > I'm trying to compile GCC, I done with untaring (MPFR,GMP and > MPC ) and moving the files to its respected folders, and even > configuration part also done. but while making the Gcc its throwing me > an error message says that Please clari