https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106472
Roger Sayle <roger at nextmovesoftware dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2022-07-30 Status|UNCONFIRMED |NEW CC| |roger at nextmovesoftware dot com Ever confirmed|0 |1 --- Comment #5 from Roger Sayle <roger at nextmovesoftware dot com> --- I see the same problem, building out of the source tree on x86_64-pc-linux-gnu with GNU make 3.82. I thought it was a (long standing) known issue, like in PR 104290, but it looks like some folks see this and others don't. Odd. make[4]: *** No rule to make target `../libbacktrace/libbacktrace.la', needed by `libgo.la'. Stop. make[4]: Leaving directory `/home/roger/GCC/clean_go/x86_64-pc-linux-gnu/libgo' configured with: ../gcc/configure --enable-languages=go Perhaps it's using relative rather than absolute paths to configure?