Re: checking cyg version (was Re: GNU make losing jobserver tokens)

2022-03-23 Thread Samuel Lelièvre
Version number of the "cygwin" Cygwin package: ``` cygcheck -c cygwin ``` Version numbers of all installed Cygwin packages: ``` cygcheck -c ``` Save that information to a file: ``` cygcheck -c > cygwin-package-versions.txt ``` Save more complete information to a file: ``` cygcheck -s -r -v > cyg

Re: checking cyg version (was Re: GNU make losing jobserver tokens)

2022-03-22 Thread Mark Geisert
L A Walsh wrote: On 2022/03/21 08:09, Ken Brown wrote: For starters, is your Cygwin installation up to date?  Cygwin's internal implementation of pipes was overhauled starting with cygwin-3.3.0. How does one check the version of cygwin?  I've updated cygwin files this year, but if I use cygch

Re: checking cyg version (was Re: GNU make losing jobserver tokens)

2022-03-22 Thread Adam Dinwoodie
On Tue, Mar 22, 2022 at 12:38:34PM -0700, L A Walsh wrote: > On 2022/03/21 08:09, Ken Brown wrote: > > > > For starters, is your Cygwin installation up to date? Cygwin's internal > > implementation of pipes was overhauled starting with cygwin-3.3.0. > How does one check the version of cygwin? I'

checking cyg version (was Re: GNU make losing jobserver tokens)

2022-03-22 Thread L A Walsh
On 2022/03/21 08:09, Ken Brown wrote: For starters, is your Cygwin installation up to date? Cygwin's internal implementation of pipes was overhauled starting with cygwin-3.3.0. How does one check the version of cygwin? I've updated cygwin files this year, but if I use cygcheck -V, I