Archaic wrote:
There might be a better way to go about this. With only one exception,
the test commands are identical. So the first question is, why not add

   grep 'SEARCH.*/usr/lib' dummy.log

I answered this already. See below.

[snip]

Now we have identical tests and manageable output lengths. The final
question, and one I don't readily see an answer to is the difference in
output in the crt greps. Dan, perhaps you can tell me, will the SEARCH
grep return the same at both stages? If so, then we only have one

No, they will not. Re-read my last message carefully. Running "grep 'SEARCH.*/usr/lib' dummy.log" at the readjusting section will produce this:

SEARCH_DIR("/tools/i686-pc-linux-gnu/lib"); SEARCH_DIR("/usr/lib"); SEARCH_DIR("/lib");

Running that same command after the final gcc will produce this:

SEARCH_DIR("/usr/i686-pc-linux-gnu/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEARCH_DIR("/usr/lib");

As I already said, I didn't include it on the readjusting page because I didn't want to confuse the reader with perhaps unexpected occurrences of '/tools'. Of course, we can put that in, but if so, we need to also write accompanying text that explains a little better what's going on.

--
JH
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to