High folks,
I'm building 7.4 Stable in 64-bit.
GCC compiled, checked, and installed. The dummy file compiles. Tests show
search paths for correct places for header files.
However, grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g' returns only:
SEARCH_DIR("/usr/lib")
SEARCH_DIR("/lib");
while the book tells me to expect:
SEARCH_DIR("/usr/x86_64-unknown-linux-gnu/lib64")
SEARCH_DIR("/usr/local/lib64")
SEARCH_DIR("/lib64")
SEARCH_DIR("/usr/lib64")
SEARCH_DIR("/usr/x86_64-unknown-linux-gnu/lib")
SEARCH_DIR("/usr/local/lib")
SEARCH_DIR("/lib")
SEARCH_DIR("/usr/lib");
Any advice on where I went wrong would be greatly appreciated.
Thanks.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page