Re: [Mingw-w64-public] Using mcfgthread instead of the gcc thread library

2017-04-09 Thread Liu Hao
On 2017/4/10 10:04, Edward Diener wrote: > Thanks for the link. I am curious though why you could not have supplied > alternative versions of the mingw-64/gcc threading library rather than > entirely new builds of mingw-64/gcc ? Did you actually have to modify > other modules of mingw-64/gcc to get

Re: [Mingw-w64-public] Using mcfgthread instead of the gcc thread library

2017-04-09 Thread Edward Diener
On 4/9/2017 11:11 AM, Liu Hao wrote: > On 2017/4/9 22:59, Edward Diener wrote: >> Are you saying that I have to build gcc-6.3 myself on Windows, rather >> than juat install it from mingw-w64-install, in order to use your library ? > Yes. However I also build it constantly, which is available here:

Re: [Mingw-w64-public] Using mcfgthread instead of the gcc thread library

2017-04-09 Thread Liu Hao
On 2017/4/9 22:59, Edward Diener wrote: > Are you saying that I have to build gcc-6.3 myself on Windows, rather > than juat install it from mingw-w64-install, in order to use your library ? Yes. However I also build it constantly, which is available here: . These fil

Re: [Mingw-w64-public] Using mcfgthread instead of the gcc thread library

2017-04-09 Thread Edward Diener
On 4/9/2017 2:00 AM, Liu Hao wrote: > On 2017/4/9 8:12, Edward Diener wrote: >> 1) if mcfgthread replaces the mingw-64/gcc-6.3 threading library when used. > It takes the place of winpthreads completely. > >> 2) if it replaces the mingw-64/gcc-6.3 threading library even when I had >> installed min

Re: [Mingw-w64-public] Using mcfgthread instead of the gcc thread library

2017-04-08 Thread Liu Hao
On 2017/4/9 8:12, Edward Diener wrote: > 1) if mcfgthread replaces the mingw-64/gcc-6.3 threading library when used. It takes the place of winpthreads completely. > 2) if it replaces the mingw-64/gcc-6.3 threading library even when I had > installed mingw-64/gcc-6.3 with posix threading support as

[Mingw-w64-public] Using mcfgthread instead of the gcc thread library

2017-04-08 Thread Edward Diener
I have been able to build mcfgthread from https://github.com/lhmouse/mcfgthread as an alternative to the gcc threading library for mingw-64/gcc-6.3. The reason I want to use mcfgthread is because the threading library for mingw-64/gcc-6.3 has a bug as documented at the currently open bug report