Re: [Mingw-w64-public] Repo for winpthreads

2019-08-27 Thread Liu Hao
在 2019/8/28 3:52, Martin Storsjö 写道: > > If you need to have libstdc++ use this for its threading functions, > you'd need to rebuild the toolchain, building this after the > mingw-w64-crt parts but before building the rest of the gcc runtimes, > and possibly change some configure flag to gcc to ma

Re: [Mingw-w64-public] Repo for winpthreads

2019-08-27 Thread Martin Storsjö
On Tue, 27 Aug 2019, Kacvinsky, Tom wrote: Hi all, I have had great success with the UCRT support I need for the project I am working on. But today I found out I also need winpthread support, which is currently not in the kit (gcc-8.3.0 based) I built. I still have the script I used to boots

[Mingw-w64-public] Repo for winpthreads

2019-08-27 Thread Kacvinsky, Tom
Hi all, I have had great success with the UCRT support I need for the project I am working on. But today I found out I also need winpthread support, which is currently not in the kit (gcc-8.3.0 based) I built. I still have the script I used to bootstrap gcc-8.3.0 and associated runtimes that a