Hi.
This is my fourth attempt at an LFS system - I have had one success so far -
so I still consider myself a newbie.
In section 6.12.1 - Installation of GCC all goes well. The test-suite shows
some errors, but I carry on as it usually does. I start the test for the
dynamic linker. All is fine until I do the test for the search paths:

Step 15:
   grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g'

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

What I got:
   SEARCH_DIR("/tools/i686-pc-linux-gnu/lib")
   SEARCH_DIR("/usr/lib")
   SEARCH_DIR("/lib");

All other tests showed the desired output. My question is:
How far back do I need to go?
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to