From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m0.truegem.net (m0.truegem.net [69.55.228.47]) by sourceware.org (Postfix) with ESMTPS id DF1E23858401 for ; Tue, 22 Mar 2022 23:06:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DF1E23858401 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=maxrnd.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=maxrnd.com Received: (from daemon@localhost) by m0.truegem.net (8.12.11/8.12.11) id 22MN6qDW010547 for ; Tue, 22 Mar 2022 16:06:52 -0700 (PDT) (envelope-from mark@maxrnd.com) Received: from 162-235-43-67.lightspeed.irvnca.sbcglobal.net(162.235.43.67), claiming to be "[192.168.1.100]" via SMTP by m0.truegem.net, id smtpdDd964W; Tue Mar 22 15:06:44 2022 Subject: Re: checking cyg version (was Re: GNU make losing jobserver tokens) To: cygwin@cygwin.com References: <9b9da583-124d-9d5f-4c10-6622602ca8dc@oracle.com> <09d8cb84-b3e3-0760-2245-0f3d2154c023@cornell.edu> <623A25BA.5030006@tlinx.org> From: Mark Geisert Message-ID: <593e0748-83e2-e19a-7508-7e2d2ecf9114@maxrnd.com> Date: Tue, 22 Mar 2022 16:06:44 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4 MIME-Version: 1.0 In-Reply-To: <623A25BA.5030006@tlinx.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2022 23:06:58 -0000 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 cygcheck -V, I only see cygwin-3.2, which looks to be from last year. > > Is that they right way to check the cygwin version? uname -r ..or the catch-all when I can't remember the -r option: uname -a ..mark