On 2/18/06, Jeremy Herbison <[EMAIL PROTECTED]> wrote: > > Getting the same thing here on my scripted builds... the ch.6 sanity checks > pass, but after building ch.6 gcc and then redoing the tests, the > > grep "/usr/lib/crt.* " dummy.log > > test doesn't find anything.
As I said in the other message, /usr/lib is not the normal path gcc will use to find the startfiles. It's only that path in 6.13 because we added /usr/lib/ to *startfile_prefix_spec. After you build the final gcc, our specs hacks aren't in effect anymore. If you want to keep testing after this, I suggest changing the test to grep "/usr/.*/crt.*" dummy.log Because we really just want to make sure it's not looking in /tools anymore. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page