Re: [Mingw-w64-public] [PATCH] winpthreads: return EINVAL for already detached threads

2022-03-17 Thread LIU Hao
在 2022-03-16 00:22, Steve Lhomme 写道: Apparently these 2 error codes have been removed in recent versions of POSIX: * https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_detach.html * https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_join.html I don't know if ther

Re: [Mingw-w64-public] [PATCH] crt: Add comsupp library

2022-03-17 Thread Jacek Caban
On 3/17/22 09:56, Martin Storsjö wrote: However, autotools does some dubious choices here. If I'm configuring a cross compiler, and I do have x86_64-w64-mingw32-gcc but I don't have x86_64-w64-mingw32-g++ because I built only with --enable-languages=c, the configure script does this detection

Re: [Mingw-w64-public] [PATCH] crt: Add comsupp library

2022-03-17 Thread Martin Storsjö
On Thu, 17 Mar 2022, LIU Hao wrote: 在 2022/3/16 23:25, Biswapriyo Nath 写道: As you wish. Here is the 2nd update. I suddenly realize this is C++ source. Thanks for catching this issue! This may pull in libstdc++ and libgcc (or libc++, whatever). Microsoft docs say this function returns a s