http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52840
Bug #: 52840 Summary: bootstrap fails in libstdc++, missing compatibility.lo Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassig...@gcc.gnu.org ReportedBy: al...@gcc.gnu.org git clone @ svn r186099 Happens since about 2 weeks. Host == Build == Target == x86_64-linux-gnu ../../src/gcc-4.8.orig/configure -v --enable-languages=all LD=/usr/bin/ld.bfd CFLAGS="-O2 -g3 -ggdb3" CXXFLAGS="-O2 -g3 -ggdb3" BOOT_CFLAGS="-O2 -g3 -ggdb3" BOOT_CXXFLAGS="-O2 -g3 -ggdb3" CFLAGS_FOR_TARGET="-O2 -g3 -ggdb3" CXXFLAGS_FOR_TARGET="-O2 -g3 -ggdb3" --prefix=/opt/x86_64/gcc-4.8.orig/ --enable-shared --with-system-zlib --libexecdir=/opt/x86_64/gcc-4.8.orig/lib --enable-nls --without-included-gettext --enable-threads=posix --program-suffix=-4.8.orig-HEAD --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --disable-werror --enable-checking=yes --enable-debug -C --disable-intermodule --disable-libstdcxx-pch --enable-multilib --enable-checking=release [...] libtool: link: ranlib .libs/libc++11convenience.a libtool: link: ( cd ".libs" && rm -f "libc++11convenience.la" && ln -s "../libc++11convenience.la" "libc++11convenience.la" ) make[8]: Leaving directory `/scratch/obj.x86_64/gcc-4.8.orig/x86_64-unknown-linux-gnu/libstdc++-v3/src/debug/c++11' make[8]: Entering directory `/scratch/obj.x86_64/gcc-4.8.orig/x86_64-unknown-linux-gnu/libstdc++-v3/src/debug' make[8]: *** No rule to make target `compatibility.lo', needed by `libstdc++.la'. Stop. make[8]: Leaving directory `/scratch/obj.x86_64/gcc-4.8.orig/x86_64-unknown-linux-gnu/libstdc++-v3/src/debug' make[7]: *** [all-recursive] Error 1