X-Recipient: archive-cygwin AT delorie DOT 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:subject:references:to:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=dz4fSjKR3Hk7LXW1 4wBBfF2FM5XlqaU+5ewGBOz+wh8jXXZ7FYx/QpPwr4wf9t9Bvh2s6MyfkJVF+huC gNJ3gEAM7ELAOYM0rrj2aLTX51JAdQsmvrTsq96b9hDGTF4IR6+thCB73S0h7Ohp na81Ee2uxLA7su6pCygHMI+F49U= 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:subject:references:to:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=nHn4OxixFx8zP40r7D3PSO EXvdQ=; b=FOC/reYAigc/M5T9up3eBSHvGXm85j6LZZg5DNxo2jksDd1pGSJbF0 vNeBZhn+iWioJW2eA4VnDEWgz3f9ESMyAI+WZeNnY36/D1okxFoasvYEp9rcWt6l HQa78oAAtAg50GYF0cG5eaVM8SBV08sibglEFBE2poB5GcyzoGAoI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:861 X-HELO: mail-yw0-f172.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=SG6AGYhYazbsU4u8bg49ZZmzRWWf/cJoC2dnwHL+bGs=; b=lU5Svxx+1UZeZCpXVows5SecYA2QoWIdbjo62HcPboXQm/5otrQF2kpbyk7QVS8QUf D4S+ydiJJaUJUujWW4s5ZNKy+xJ7hVjj3+PkVE/PzVm9jnWwDcb7gUXck3l9I6ZFnf7V 06tbyfT5NmJPSjTeBSzv3ALDazNf0VbMl8b0TLHvvrTTJRsJDkyHsjGq9AQHHej0mNYI nIluNxxLtaN1AsTNI3tlzlRZudoiazzFS1KwzLlcIQJZFuwMsmHC1Xxs1Iribszzf9ck L1tNLoH7ZiilGMGe7flehvuE1fhJy52/7KweHBTF74kOIQ8rVGdkZv327WBemKKVGEtV vvgg== X-Gm-Message-State: AD7BkJK8CAnY66pLROxru9ny2e6gn5gExHyfUnUxrPpDf0K6mq45srPQx/16vhfxDcUQ8Q== X-Received: by 10.129.92.86 with SMTP id q83mr937343ywb.155.1460021215608; Thu, 07 Apr 2016 02:26:55 -0700 (PDT) Subject: Re: cygwin 2.5.0-0.12 questions, vim and nextafterl() References: <57054243 DOT 8080002 AT gmail DOT com> <20160406173132 DOT GA29221 AT calimero DOT vinschen DOT de> To: cygwin AT cygwin DOT com From: Tim Prince Message-ID: <5706279C.3040302@gmail.com> Date: Thu, 7 Apr 2016 05:25:48 -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: <20160406173132.GA29221@calimero.vinschen.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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 > > int > main () > { > nextafterl (1.0L, 2.0L); > } > > works with cygwin-devel-2.5.0-0.12. > > > Corinna > vim is working well now. 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? -- 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