Billy O'Connor wrote:
> I'm seeing this output from:
>
> grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g'
>
> SEARCH_DIR("/usr/lib")
> SEARCH_DIR("/lib");
>
> Seems reasonable, we're removing the /tools prefixes from everything,
> right? But the book says I should see:
>
> SEARCH_DIR("/tools/i686-pc-linux-gnu/lib")
> SEARCH_DIR("/usr/lib")
> SEARCH_DIR("/lib");
>
> Is that first line still supposed to be in the search path?
That was added in a change made in May 2006. My current log agrees with
you. I guess that should be changed. Matt, do you agree?
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page