On Wed, 29 Nov 2023 at 12:59, Jonny Grant <j...@jguk.org> wrote: > > Hello > > Has anyone encountered this when compiling gcc from source? libgomp doesn't > build due to xgcc missing > > I got latest git, did > ./configure --disable-multilib
Don't build in the source directory: https://gcc.gnu.org/wiki/FAQ#configure > make html Try make all-gcc before make html.