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
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
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