On Mon, Oct 26, 2015 at 4:02 PM, William Harrington <[email protected]> wrote: > > The error is near line 3698 above it. > You can't stop at every error in the config.log. Some are critical and > stop the configure process, many don't as they are tests based on the host > build environment. >
3690 -o build/gcov-iov.o ../../gcc-5.2.0/gcc/gcov-iov.c 3691 g++ -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -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 -static-libstdc++ -static-libgcc \ 3692 build/gcov-iov.o -o build/gcov-iov 3693 build/gcov-iov '5.2.0' '' \ 3694 > tmp-gcov-iov.h 3695 /bin/sh ../../gcc-5.2.0/gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h 3696 echo timestamp > s-iov 3697 g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -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 -I. -Ibuild -I../../gcc-5.2.0/gcc -I../../gcc-5.2.0/gcc/build -I../../gcc-5.2.0/gcc/../include -I../../gcc-5.2.0/gcc/../libcpp/include \ 3698 -o build/genopinit.o ../../gcc-5.2.0/gcc/genopinit.c I don't really know what I am looking for here but after looking at the website provided noticed something I had seen earlier in the config log: configure:4339: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. I looked in the compile log but '-V' does not show up on lin 4339 nor does it appears elsewhere in the file. -- :-)~MIKE~(-:
-- 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
