X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:reply-to:subject:references:to:from:message-id
	:date:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=nsWiZMLWVxGGSyBk
	8k0mepzkUvSGhsCoPQqTIPWczVQyP2lHOwH462/aLa66Nyy1l9xP1vnoppOSZGUX
	MWP7gnxNE864f2Ov6bQ5FiGYf4Mia+dpY0u3fP48WnkTL7nJuCTVdwJC9WOqGuYv
	clxPQpfOr1P8sOuct1cBVYfSDtk=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:reply-to:subject:references:to:from:message-id
	:date:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=bAN2L2YXEgU3776PKFdo/E
	0o1hI=; b=l/DeVuOyIdMVobbTL8VpykSep8jYMKmuYr0PZg2x7s0VLBQx4N4bd2
	1/4GTM5yWN9hzT5zolWPt9mB/hIv6ZHMYjYfCUX4HBcMqiph+QFB3U5diWC1cufg
	kYy8crKvmSY8AzrYjBq0Bp1XEnZcQiVYHS/M5JKOzGR/XW+fEXLJU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=BAYES_40,FREEMAIL_FROM,KAM_MXURI,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 spammy=UD:aol.com, UD:mx.aol.com, H*r:Interface, Hx-aol-sid:sk:3039ac1
X-HELO: omr-a007e.mx.aol.com
Reply-To: tprince@computer.org
Subject: Re: cygwin 2.5.0-0.12 questions, vim and nextafterl()
References: <57054243.8080002@gmail.com> <20160406173132.GA29221@calimero.vinschen.de> <5706279C.3040302@gmail.com> <20160407123106.GA6529@calimero.vinschen.de>
To: cygwin@cygwin.com
From: Tim Prince <n8tm@aol.com>
Message-ID: <57065F25.7080407@aol.com>
Date: Thu, 7 Apr 2016 09:22:45 -0400
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1
MIME-Version: 1.0
In-Reply-To: <20160407123106.GA6529@calimero.vinschen.de>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
x-aol-global-disposition: G
x-aol-sid: 3039ac1afead57065f6839ef
X-AOL-IP: 208.102.155.215



On 4/7/2016 8:31 AM, Corinna Vinschen wrote:
> On Apr  7 05:25, Tim Prince wrote:
>>
>> On 4/6/2016 1:31 PM, Corinna Vinschen wrote:
>>> On Apr  6 13:07, Tim Prince wrote:
>>>> 1) vim usually hangs if run under bash, but works fine under mintty
>>>> (same in previous snapshot)
>>> There's a patch in git master which seems to fix this problem.  I'll
>>> release a 0.13 RSN.
>>>
>>>> 2) gcc testsuite cases which attempt to link nextafterl() have continued
>>>> failing as before.
>>> Did you update the cygwin-devel package as well?  This:
>>>
>>>   #include <math.h>
>>>
>>>   int
>>>   main ()
>>>   {
>>>     nextafterl (1.0L, 2.0L);
>>>   }
>>>
>>> works with cygwin-devel-2.5.0-0.12.
>>>
>>>
>>> Corinna
>>>
>> vim is working well now.  Thanks.
> Good to know, thanks.
>
>>  You were right about cygwin-devel, but it appears to require a full
>> rebuild of gcc, so that will be another 2 days to build and run test
>> suite.  Wouldn't it be great if make check parallel could work on cygwin?
> I can't interpret the last sentence.  `make -jX' works on Cygwin.
> Is that what you mean?
>
>
> Corinna
In my experience, running multiple threads in make check by make -j 2
results in the individual sessions make check-c, make check-c++ ...
crashing and restarting endlessly.  Even when I run make -k check-c
,check-c++, check-fortran in separate bash windows, they usually die
before completion.  I haven't tried for a while.

-- 
Tim Prince


--
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

