Re: [Mingw-w64-public] [PATCH 2/2] crt: Fix building lc_locale_func.c for libcrtdll_extra.a

2022-03-04 Thread Martin Storsjö
On Sat, 5 Mar 2022, LIU Hao wrote: 在 2/20/22 04:27, Martin Storsjö 写道: On Sat, 19 Feb 2022, Pali Rohár wrote: Object files in archive libcrtdll_extra.a (which are linked into import library for crtdll.dll) cannot use msvcrt.h as it uses msvcrt.dll runtime library. Maybe clarify "uses", e.

Re: [Mingw-w64-public] [PATCH 2/2] crt: Fix building lc_locale_func.c for libcrtdll_extra.a

2022-03-04 Thread LIU Hao
在 2/20/22 04:27, Martin Storsjö 写道: On Sat, 19 Feb 2022, Pali Rohár wrote: Object files in archive libcrtdll_extra.a (which are linked into import library for crtdll.dll) cannot use msvcrt.h as it uses msvcrt.dll runtime library. Maybe clarify "uses", e.g. like this: "as it tries to load symb

Re: [Mingw-w64-public] assertion failure in winpthreads/src/rwlock.c, line 40

2022-03-04 Thread Jeremy Drake via Mingw-w64-public
On Sun, 20 Feb 2022, LIU Hao wrote: > 在 2022-02-17 03:40, Jeremy Drake via Mingw-w64-public 写道: > > > > Is this assertion failure a sign of a bug in winpthreads, or a sign of a > > bug in glib (such as releasing a lock that is not held, for instance)? > > > > > > Releasing a lock that the calling