>  Hello,
>  I have completed the chapter 5. But I am facing one problem in chapter 6.10 
> every time. After done all the steps before it, then query the following:
>
>  $> grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g'
>
>  I got nothing, then I tried with
>
>  $> grep 'SEARCH.*/lib' dummy.log |sed 's|; |\n|g'
>
>  And I got only the following output:
>
>  SEARCH_DIR("/tools/i686-pc-linux-gnu/lib")
>  SEARCH_DIR("/tools/lib")
>  So it seems /tools/lib is not replaced properly. I also got following output 
> by the command
>
>  $> grep found dummy.log
>
>  found ld-linux.so.2 at /tools/lib/ld-linux.so.2
>
>  I can't go ahead without solving this issue.
>  Can you please tell me what I missed ?

Try re-running the perl script to modify the specs file, then grep
around that file to make
sure the changes took place.

Re-compile dummy.c and run the tests again.
-- 
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