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 throwing me
>> an error message says that
> Please clarify what exactly you did. Specifically, what is meant by
> "moving the files to its respected folders" as LFS never says to move
> anything for MPFR - only to unpack and rename the directory.
>
I think he was talking about

     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

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to