From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23030 invoked by alias); 16 Oct 2013 14:59:45 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 23016 invoked by uid 89); 16 Oct 2013 14:59:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.2 required=5.0 tests=AWL,BAYES_00,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_NONE,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 X-HELO: plane.gmane.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 16 Oct 2013 14:59:44 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VWSZX-0005wz-PR for cygwin@cygwin.com; Wed, 16 Oct 2013 16:59:39 +0200 Received: from 204.101.172.18 ([204.101.172.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Oct 2013 16:59:39 +0200 Received: from rolf.campbell by 204.101.172.18 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Oct 2013 16:59:39 +0200 To: cygwin@cygwin.com From: Rolf Campbell Subject: Re: [ANNOUNCEMENT] Updated: make-4.0-1 (x86 and x86_64) Date: Wed, 16 Oct 2013 14:59:00 -0000 Message-ID: References: <20100810175435.GA27225@ednor.casa.cgf.cx> <20111202173631.GA8373@ednor.casa.cgf.cx> <20131015194722.GC2368@ednor.casa.cgf.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: <20131015194722.GC2368@ednor.casa.cgf.cx> X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00233.txt.bz2 On 2013-10-15 15:47, Christopher Faylor wrote: > On Mon, Oct 14, 2013 at 09:12:48AM -0400, Rolf Campbell wrote: >> make -O -f m.mk >> >> Produces this output: >> fcntl(): Invalid argument >> touch all >> >> I've tried this using both the 32-bit version and 64-bit version of >> cygwin 1.7.25 with the same results. > > I can't test this right now but it will probably work better if you > redirect stdout/stderr to a file. That's what the make testsuite does. > make apparently expects to be able to get a lock on console/tty which > isn't currently supported on Cygwin. > > cgf I can confirm that piping the output to a file makes the error message go away. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple