Re: [PATCH 3/3] Remove recursive configure for cygwin

2020-10-23 Thread Jon Turney
On 23/10/2020 10:36, Corinna Vinschen wrote: Does creating a new subdir called libcygserver just to build the lib clean up things, perhaps? I did experiment with something like that, but I'm not sure if it makes things any clearer, as: (i) It's the same source files built with/without

Re: [PATCH 3/6] gendef generates sigfe.s and cygwin.def

2020-10-23 Thread Jon Turney
On 23/10/2020 09:16, marco atzeri via Cygwin-patches wrote: in the past sigfe.s was missing from the debuginfo https://stackoverflow.com/questions/44770147/gdb-in-cygwin-is-missing-sigfe-s and I assume it is still missing, can you double check ? Yes, I vaguely remember this being discussed

Re: [PATCH 3/3] Remove recursive configure for cygwin

2020-10-23 Thread Corinna Vinschen
On Oct 23 11:27, Corinna Vinschen wrote: > On Oct 22 19:57, Jon Turney wrote: > > On 22/10/2020 18:27, Corinna Vinschen wrote: > > > On Oct 21 20:47, Jon Turney wrote: > > > > There's doesn't seem to be much use in independently building these > > > > subdirectories, > > > > > > Uhm... that

Re: [PATCH 3/3] Remove recursive configure for cygwin

2020-10-23 Thread Corinna Vinschen
On Oct 22 19:57, Jon Turney wrote: > On 22/10/2020 18:27, Corinna Vinschen wrote: > > On Oct 21 20:47, Jon Turney wrote: > > > There's doesn't seem to be much use in independently building these > > > subdirectories, > > > > Uhm... that doesn't match how I'm working in these dirs. I'm building >

Re: [PATCH 0/1] Fix MSG_WAITALL support

2020-10-23 Thread Corinna Vinschen
On Oct 22 15:26, Ken Brown via Cygwin-patches wrote: > On 10/12/2020 2:02 PM, Ken Brown via Cygwin-patches wrote: > > It looks to me like there's been a bug in the MSG_WAITALL support for > > AF_INET and AF_LOCAL sockets ever since that support was first > > introduced 13 years ago in commit

Re: [PATCH 3/6] gendef generates sigfe.s and cygwin.def

2020-10-23 Thread marco atzeri via Cygwin-patches
On Wed, Oct 21, 2020 at 5:07 PM Corinna Vinschen wrote: > > On Oct 21 15:31, Jon Turney wrote: > > On 20/10/2020 14:43, Jon Turney wrote: > > > Express that gendef generates sigfe.s and cygwin.def in a slightly less > > > nutty way. > > > --- > > > winsup/cygwin/Makefile.in | 5 + > > > 1