Re: [lfs-dev] Adjusting the Toolchain

2013-04-02 Thread Matt Burgess
On Mon, 2013-04-01 at 21:35 -0500, Bruce Dubbs wrote: > 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 everythi

Re: [lfs-dev] Adjusting the Toolchain

2013-04-01 Thread Bruce Dubbs
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/i68

[lfs-dev] Adjusting the Toolchain

2013-04-01 Thread Billy O'Connor
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/li