On 26 March 2010 13:54, John Stephens <[email protected]> wrote:
> > This being the case, should the instructions on 5.5.1 (assuming I am > sitting in /mnt/lfs/source/gcc-4.4.3 as instructed): > tar -jxf ../mpfr-2.4.2.tar.bz2 > mv -v mpfr-2.4.2 mpfr > tar -jxf ../gmp-5.0.0.tar.bz2 > mv -v gmp-5.0.0 gmp > > really be: > tar -jxf ../mpfr-2.4.2.tar.bz2 > mv -v ../mpfr-2.4.2 ../mpfr > tar -jxf ../gmp-5.0.0.tar.bz2 > mv -v ../gmp-5.0.0 ../gmp > > Seriously, I am not attempting to be argumentative and again I might > be missing something here. However this and the issue with "source > directory" has caused me a little grief. > You need gmp and mpfr as directories within the gcc source. The book's instructions will do that. Please stop top-posting, and trim what you are replying to. Thanks. ĸen -- After tragedy, and farce, "OMG poneys!" -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
