Hi all, I'm fairly new to LFS and enjoying the build so far. I've made it to 6.10 "Adjusting the toolchain" in Version SVN-x86_64-20070807
When I ran the command below: grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g' it returned the following: SEARCH_DIR("/tools/x86_64- unknown-linux-gnu/lib") SEARCH_DIR("/usr/lib") SEARCH_DIR("lib"); So, I'm missing the / before lib on the last line. I went back through the manual to see where I might have made a mistake. In 5.12. Binutils-2.17 - Pass 2, there is the following line: make -C ld LIB_PATH=/usr/lib:/lib Is it possible that my mistake was leaving out the / before the lib at the end of the line? Does anyone have any suggestions for how to fix the / I'm missing in SEARCH_DIR("lib"); ? Thanks, William -- "If you're always breaking up your routine and you want to break up your routine, do you do the same thing?" -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page