On Sun, May 12, 2013 at 05:49:55AM +0700, Mic Ky wrote:
> hello I got problem on Chapter 6.10. Adjusting the Toolchain - LFS 7.3
>
> according to the LFS 7.3 book, the result of this command
> ----------------------------
> grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g'
> ---------------------------
> should be
> ---------------------
> SEARCH_DIR("/tools/i686-pc-linux-gnu/lib")
> SEARCH_DIR("/usr/lib")
> SEARCH_DIR("/lib");
> ---------------------
>
> but my result only 2 lines
> ----------
> root:/# grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g'
> SEARCH_DIR("/usr/lib")
> SEARCH_DIR("/lib");
> -----------
> it is okay, or how to fix it?
>
> Thank you for your attention and help!
>
Probably, it is ok. But I have to question whether you are using
LFS-7.3, or LFS-svn ? On my own builds of 7.3 (on x86_64) a
reference to /tools was logged. With recent LFS-svn /tools no
longer appears and the book has been changed to reflect that (I
remember, because I had to change the test in my own buildscript).
I don't recall the details of why the svn book was changed, so it
is possible that the difference also exists on some 7.3 builds - but
if it does, I haven't seen it on my own builds. I'd assumed it was
soemthing to do with the move to either gcc-4.8 or the newer
binutils.
Either way, current LFS-svn is fine without /tools appearing in the
SEARCH_DIRs, so even if your build really is 7.3 I don't think there
will be a problem. I suggest you continue.
ĸen
--
das eine Mal als Tragödie, das andere Mal als Farce
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page