Sorry, I omitted the linker command since it was absolutely massive:
libtool: link:
/d/Eclipse/MINGW-packages/mingw-w64-gcc/src/build-UCRT64/./gcc/xgcc
-shared-libgcc
-B/d/Eclipse/MINGW-packages/mingw-w64-gcc/src/build-UCRT64/./gcc
-nostdinc++
-L/d/Eclipse/MINGW-packages/mingw-w64-gcc/src/build-U
> I'm assuming the problem also extends to the other __gthr_win32 routines as
> well, __gthr_win32_create just happens to be the first symbol it cannot
> find.
>
> Is there a way to fix this issue?
How did you configure the compiler and what version of MinGW64 do you use?
--
Eric Botcazou
On Mon, Apr 10, 2023 at 12:16 AM Julian Waters via Gcc wrote:
>
> Hi all,
>
> When trying to compile gcc with the revamped WIN32 threading model which
> supports C++11 threads, libstdc++ always fails to link with the following
> error:
those functions should have been included in newly built libg