LFS 5.5. GCC-4.4.1 - 1回め

下記リンクのとおり作業しようとしたが、うまくいかない。
http://lfsbookja.sourceforge.jp/6.5.ja/chapter05/gcc-pass1.html

なんとなくおかしいと思っていたが、記述が曖昧で、どうも僕のやり方が間違っていたようだ。
バージョンは異なるが、以下のリンクを参考にしたらうまくいった(まずはconfigureが通った)
http://www.linuxquestions.org/questions/linux-from-scratch-13/i-have-an-error-building-gcc-requires-gmp-4.1-and-mpfr-2.3.0.-690426/

これがポイントでした。
1. extract gcc-4.3.2
2. extract mpfr-2.3.2
3. extract gmp-4.2.4
4. move mpfr-2.3.2 to gcc-4.3.2/mpfr
5. move gmp-4.2.4 to gcc-4.3.2/gmp