[Mingw-w64-public] [PATCH] crt: Build libks.a, libksecdd.a and libnetio.a for arm32 as well

2020-03-03 Thread Martin Storsjö
They do exist for arm32 just like for other platforms in the Windows Driver Kit. Signed-off-by: Martin Storsjö --- mingw-w64-crt/libarm32/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mingw-w64-crt/libarm32/Makefile.am b/mingw-w64-crt/libarm32/Makefile.am index e7fde98b8..7

Re: [Mingw-w64-public] Posix versus Win32 binaries

2020-03-03 Thread Liu Hao
在 2020/3/3 下午11:42, Carl Kleffner 写道: > BTW, > > what happend to https://github.com/lhmouse/mcfgthread? Is this a possible > usable fast posix alternative? > As it has introduced a new thread model, it is not compatible with either posix or win32.e Mutexes, condition variables and once-guards a

Re: [Mingw-w64-public] Posix versus Win32 binaries

2020-03-03 Thread Vincent Torri
On Tue, Mar 3, 2020 at 4:10 PM Liu Hao wrote: > > 在 2020/3/3 23:01, Vincent Torri 写道: > > > > but technically speaking, it can be implemented with the native > > condition variables, right ? > > > > > No. See >

Re: [Mingw-w64-public] Posix versus Win32 binaries

2020-03-03 Thread Carl Kleffner
BTW, what happend to https://github.com/lhmouse/mcfgthread? Is this a possible usable fast posix alternative? Carl Am Di., 3. März 2020 um 16:10 Uhr schrieb Liu Hao : > 在 2020/3/3 23:01, Vincent Torri 写道: > > > > but technically speaking, it can be implemented with the native > > condition vari

Re: [Mingw-w64-public] Posix versus Win32 binaries

2020-03-03 Thread Vincent Torri
On Tue, Mar 3, 2020 at 3:59 PM Liu Hao wrote: > > 在 2020/3/3 22:44, Vincent Torri 写道: > > > > can you be a bit more precise about "libgcc doesn't implement > > condition variables for win32 model" please ? > > > > Vincent Torri > > > > See >

Re: [Mingw-w64-public] Posix versus Win32 binaries

2020-03-03 Thread Liu Hao
在 2020/3/3 23:01, Vincent Torri 写道: > > but technically speaking, it can be implemented with the native > condition variables, right ? > No. See for mutex details. The native

Re: [Mingw-w64-public] Posix versus Win32 binaries

2020-03-03 Thread Liu Hao
在 2020/3/3 22:44, Vincent Torri 写道: > > can you be a bit more precise about "libgcc doesn't implement > condition variables for win32 model" please ? > > Vincent Torri > See .

Re: [Mingw-w64-public] Posix versus Win32 binaries

2020-03-03 Thread Vincent Torri
On Tue, Mar 3, 2020 at 2:46 PM Liu Hao wrote: > > 在 2020/3/3 21:30, Vincent Torri 写道: > > On Tue, Mar 3, 2020 at 2:17 PM Liu Hao wrote: > >> > >> > >> The posix/win32 diversity is about how to manipulate threads (there are > >> a few more): via libwinpthread (slow but feature-complete) or via > >

Re: [Mingw-w64-public] Posix versus Win32 binaries

2020-03-03 Thread Liu Hao
在 2020/3/3 21:25, Luiz Emediato 写道: > I have installed MinGW64 x86_64-posix-seh binaries but it won't run > configure. > Do I need MSYS2 in order to run configure ? > [Please CC the list. I include the previous message here because it was sent to me solely.] Then yes, because configure is a shel

Re: [Mingw-w64-public] Posix versus Win32 binaries

2020-03-03 Thread Liu Hao
在 2020/3/3 21:30, Vincent Torri 写道: > On Tue, Mar 3, 2020 at 2:17 PM Liu Hao wrote: >> >> >> The posix/win32 diversity is about how to manipulate threads (there are >> a few more): via libwinpthread (slow but feature-complete) or via >> Windows APIs directly (fast but without condition variables e

Re: [Mingw-w64-public] Posix versus Win32 binaries

2020-03-03 Thread Vincent Torri
On Tue, Mar 3, 2020 at 2:17 PM Liu Hao wrote: > > 在 2020/3/3 21:02, Luiz Emediato 写道: > > Hi there, > > > > Would you please help me answering the following questions? > > > > 1. What is the difference between x86_64-posix-seh and x86_64-win32-seh > > binaries ? > > Is the former for Linux and the

Re: [Mingw-w64-public] Posix versus Win32 binaries

2020-03-03 Thread Liu Hao
在 2020/3/3 21:02, Luiz Emediato 写道: > Hi there, > > Would you please help me answering the following questions? > > 1. What is the difference between x86_64-posix-seh and x86_64-win32-seh > binaries ? > Is the former for Linux and the latter for Windows ? > > 2. What is the best way to install M

Re: [Mingw-w64-public] [PATCH] crt: update and move ndis to lib-common

2020-03-03 Thread Liu Hao
在 2020/3/3 21:12, Martin Storsjö 写道: > On Tue, 3 Mar 2020, Liu Hao wrote: > >> 在 2020/3/3 20:53, Biswapriyo Nath 写道: Are there any reasons why 'libndis.a' doesn't exist in >>> 'libarm32/Makefile.am? >>> >>> Probable reason, because there is no arm32 Windows OS and ndis is a >>> kernel >>> mod

Re: [Mingw-w64-public] [PATCH] crt: update and move ndis to lib-common

2020-03-03 Thread Martin Storsjö
On Tue, 3 Mar 2020, Liu Hao wrote: 在 2020/3/3 20:53, Biswapriyo Nath 写道: Are there any reasons why 'libndis.a' doesn't exist in 'libarm32/Makefile.am? Probable reason, because there is no arm32 Windows OS and ndis is a kernel mode driver. In Windows Driver Kit version 10.0.17763.0 'ndis.l

Re: [Mingw-w64-public] [PATCH] crt: update and move ndis to lib-common

2020-03-03 Thread Martin Storsjö
On Tue, 3 Mar 2020, Biswapriyo Nath wrote: Are there any reasons why 'libndis.a' doesn't exist in 'libarm32/Makefile.am? Probable reason, because there is no arm32 Windows OS and ndis is a kernel mode driver. That's not entirely true, there are a number of different variants of Windows on

Re: [Mingw-w64-public] [PATCH] crt: update and move ndis to lib-common

2020-03-03 Thread Liu Hao
在 2020/3/3 20:53, Biswapriyo Nath 写道: >> Are there any reasons why 'libndis.a' doesn't exist in > 'libarm32/Makefile.am? > > Probable reason, because there is no arm32 Windows OS and ndis is a kernel > mode driver. > > In Windows Driver Kit version 10.0.17763.0 'ndis.lib' exists in both 'km\arm

[Mingw-w64-public] Posix versus Win32 binaries

2020-03-03 Thread Luiz Emediato
Hi there, Would you please help me answering the following questions? 1. What is the difference between x86_64-posix-seh and x86_64-win32-seh binaries ? Is the former for Linux and the latter for Windows ? 2. What is the best way to install MingGW64? Is MSYS2 also necessary ? Thanks a lot in ad

Re: [Mingw-w64-public] [PATCH] crt: update and move ndis to lib-common

2020-03-03 Thread Biswapriyo Nath
> Are there any reasons why 'libndis.a' doesn't exist in 'libarm32/Makefile.am? Probable reason, because there is no arm32 Windows OS and ndis is a kernel mode driver. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://list

Re: [Mingw-w64-public] [PATCH] crt: update and move ndis to lib-common

2020-03-03 Thread Liu Hao
在 2020/3/3 14:43, Biswapriyo Nath 写道: > ... > > > Thanks, the patch looks mostly good, but, are there any reasons why 'libndis.a' doesn't exist in 'libarm32/Makefile.am'? -- Best regards, LH_Mouse signature.asc Description: OpenPGP digital signature ___