Hi again! =) One more question, if you please.
While adjusting toolchain, we do such search: ************************************************** echo 'main(){}' > dummy.c cc dummy.c -v -Wl, --verbose &> dummy.log ... Next, verify that the new linker is being used with the correct search paths: grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g' If everything is working correctly, there should be no errors, and the output of the last command (allowing for platform-specific target triplets) will be: SEARCH_DIR("/tools/i686-pc-linux-gnu/lib") SEARCH_DIR("/usr/lib") SEARCH_DIR("/lib"); ************************************************** Errata for section 6.10 of LFS 7.3 stable book says that: ************************************************** In Section 6.10, the results of the grep for SEARCH should not include: SEARCH_DIR("/tools/i686-pc-linux-gnu/lib") ************************************************** But I DO get this string in the output. Is it ok, or something went wrong? -- Yours faithfully, Sergey N Shidlovsky
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page