Hi Daniel,
To have libgomp built, I have to specify --enable-libgomp explicitly.
I don't see it in your configure command-line.
--enable-threads=posix
Are you sure you want POSIX threads? I use them on mingw, along with
the pthreads-win32 library, but the default on mingw32 otherwise
should be --enable-threads=win32, I think.
P. S. In PR30546 FX states "mainline now fails to build on my mingw
setup
because libgomp wants to run makeinfo" which indicates that there
is some way
to get libgomp running on mingw32?!
Yes, I've had it running for 6 months now, IIRC (started last october).
FX