https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116730
--- Comment #39 from Andrew Pinski <pinskia at gcc dot gnu.org> --- ``` mkdir -p tt1/tt1 cd tt1/tt1 /home/apinski/src/tt1/gcc/worktrees/14.2.0/configure --prefix=${HOME}/gcc-14.2.0 make -j16 && make install ``` This was my exact commands. I used with a non-relative path even. I will be trying the trunk. Note this with a 32bit multi-lib where the failure is happening so that might have something to do with it too.