Santi Moreno wrote:
Hi people, I can't compile with make in this pass, It return me this:... i686-lfs-linux-gnu-g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genmddeps.o ../../gcc/genmddeps.c In file included from ../../gcc/genmddeps.c:19:0: ../../gcc/system.h:221:22: fatal error: algorithm: No such file or directory # include <algorithm> ^ compilation terminated. Makefile:2495: recipe for target 'build/genmddeps.o' failed make[2]: *** [build/genmddeps.o] Error 1 make[2]: Leaving directory '/mnt/lfs/sources/gcc-6.3.0/build/gcc' Makefile:4146: recipe for target 'all-gcc' failed make[1]: *** [all-gcc] Error 2 make[1]: Leaving directory '/mnt/lfs/sources/gcc-6.3.0/build' Makefile:886: recipe for target 'all' failed make: *** [all] Error 2 Doesanyone know where the error can come from?
I don't recall the exact reason for this, but I suspect you did not remove the extracted gcc directory after gcc-pass1. Try removing the gcc-6.3.0 directory, re-extracting the tarball, and rebuilding.
Reference: http://www.linuxfromscratch.org/lfs/view/stable/chapter05/generalinstructions.html
Second note labeled "Important". -- Bruce -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? http://en.wikipedia.org/wiki/Posting_style
