LFS 6.4 , § 5.5.1
As you can see, the build directory is made
after you unpack mpfr and gmp.
The starting point for building the (most ?) software in Linux :
Example, gcc
1) tar xvf gcc-4.3.2.tar.bz2
2) cd gcc-4.3.2/
So that is your location, when told to unpack mpfr + gmp.
( Hence the command 'mkdir -v ../gcc-build', which would
be wrong, if your current location wasn't inside gcc-4.3.2/ )
Summary : mpfr, gmp are unpacked into gcc-4.3.2/ , and
you can just move it there, or start from scratch.
.....
Last edited by knudfl; 06-06-2009 at 03:09 AM.
|