Thanks for the reply but...<snip>
The next task is to amend the GCC specs file so that it points to the new dynamic linker. A simple sed script will accomplish this:
SPECFILE=`gcc --print-file specs` &&
<snip>
If you have set up your path as the book tells you to and have disabled hashing as the book tells you to, then gcc --print-file-specs should return the specfile for the gcc you compiled in chapter five. If you are getting a path back to the host system then you need to go back and check that you are doing everything the book says.
-- Registered LFS User 6929 Registered Linux User 298182
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
