>>> Check for /tools/include/c++/6.2*/algorithm It should have been installed >>> in pass1. > It seems to be installed by libstdc++ as it's a c++ lib. > http://downloads.nutyx.org/logs/development/x86_64/chroot/libstdc++.log > and passing --with-gxx-include-dir=/tools/$LFS_TARGET/include/c++/$version > to gcc_pass2 didn't help. Do you see anything in gcc_pass1 that > algorithm header file is install ? > >>> >>> >>> -- Bruce >>> > > Any way I will check again on gcc 6.1 when this file is installed. I > will findout I hope
Here the result with gcc 6.1 After gcc_pass1: find /tools/ -name algorithm no reply After libstdc++: find /tools/ -name algorithm /tools/x86_64-lfs-linux-gnu/include/c++/6.1.0/ext/algorithm /tools/x86_64-lfs-linux-gnu/include/c++/6.1.0/experimental/algorithm /tools/x86_64-lfs-linux-gnu/include/c++/6.1.0/algorithm /tools/x86_64-lfs-linux-gnu/include/c++/6.1.0/parallel/algorithm After gcc_pass2: find /tools/ -name algorithm /tools/x86_64-lfs-linux-gnu/include/c++/6.1.0/ext/algorithm /tools/x86_64-lfs-linux-gnu/include/c++/6.1.0/experimental/algorithm /tools/x86_64-lfs-linux-gnu/include/c++/6.1.0/algorithm /tools/x86_64-lfs-linux-gnu/include/c++/6.1.0/parallel/algorithm /tools/include/c++/6.1.0/ext/algorithm /tools/include/c++/6.1.0/experimental/algorithm /tools/include/c++/6.1.0/algorithm /tools/include/c++/6.1.0/parallel/algorithm -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
