https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116730
--- Comment #33 from Hime Haieto <himehaieto at gmail dot com> --- (In reply to Jonathan Wakely from comment #31) > (In reply to Andrew Pinski from comment #9) > > So yes I can reproduce the failure > > I can't > > > cd /tmp > git clone ~/src/gcc/gcc > cd gcc > mkdir -p build/objdir > cd build/objdir > ../../configure --disable-bootstrap --enable-languages=c++ \ > --disable-lib{sanitizer,vtv,gomp,cc1,itm} > make -j10 > cd x86_64-pc-linux-gnu/libstdc++-v3/src/libbacktrace/ > ls -l # all symlinks correctly point to the sources > cd ../../32/libstdc++-v3/src/libbacktrace/ > ls -l # all symlinks correctly point to the sources > > > This build completes, and there are no broken symlinks. > > Using GCC trunk sources, and GNU Make 4.4.1 Does it install? I/we were getting the issue not during configure or make, but a make install after the make.