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:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=jVUiv0s+/ojjNFPo eNt/qibPxCvFQedUyIbYEp8OeVRBE395ZIFnstVp4sagCGjAmGVD6HqRVBK9XxTL tE0gcHtmrWDjsR289KP6m5umTrwuDu0yZyKLMMOelzOIyvNN+DVSzBbpp5+y92js YFPbpV42J+PRiuRmSlXBWnP4jLc= 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:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=I7vkgTGrIQ75vEIFBpDDPW zyIiE=; b=hJ3+HzhFM7+YpcDTxhu14Wfv+at7XDISy0RNPy6nHxqEJ6xzmoHnpP XxAmlSMeMIcFtkBj1xt75io6DzOu0vR/01qMKLGWazdnD7GvBeYVi5QoIajy8wGM 4zfMgRwez2itOiUxlbd/Bvdahq4IKGOCRnr/XJbmn8MejdzJVPUH8= 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=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=refence, Hx-languages-length:1348, announcement X-HELO: mail-wr0-f182.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=Ol5/XNGvnUFUydomnkHtJwSBMhaoHmWz5T+DVAiMiic=; b=cD3VahyuXXQHcT0vSNL4WTVwXW94Jl0Qsy1Cqx6ZWxLW3rq42kY0p4FhiMFdTzgq9i cNj2L+rC8Dext6fLrqyzFO51q2LS+Tr9rBK+tzHzMzN4rsiztvry+lxcWWDkE2r/ObRs Q478n6pNr8zm0WhEX4HoMT52M/PnhLKlq+HdPl2xuZWTiqiP+QkUJxpOeNXyckpo+xus 2xKLzB2uqIJvyU3uI7qyANVJCS/tsp83s0k6Ox09ZPlPC1n6si1GiijrbwDaHpXUKWYP q45sPBocF8b0Z3qMuVEfvrUct6QL7rWoVQoxGPcIvZaxD80mZ1mLmveHUyK9k2gOz2bo FEiw== X-Gm-Message-State: AN3rC/7M3y8KyNbWBGdugB73Ow7cmDdj1sKWmWvor7rliuTQFIgdUwFX cyQhYgmH4WfAZ/PS X-Received: by 10.223.178.68 with SMTP id y4mr13886948wra.88.1493198445224; Wed, 26 Apr 2017 02:20:45 -0700 (PDT) Subject: Re: [ANNOUNCEMENT] Updated: lapack-3.7.0-1 To: cygwin AT cygwin DOT com References: From: Marco Atzeri Message-ID: Date: Wed, 26 Apr 2017 11:20:39 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 25/04/2017 18:43, Erik Bray wrote: > On Wed, Jan 11, 2017 at 9:41 AM, Marco Atzeri wrote: >> To: >> Subject: Updated: lapack-3.7.0-1 >> >> New versions lapack-3.7.0-1 of >> >> lapack (source) >> liblapack0 >> liblapack-devel >> liblapack-doc >> >> are available in the Cygwin distribution, 32 and 64 bit : >> > > Hi Marco, > > I think there might (?) be a problem with this version of this > package, or specifically the liblapack0-devel (since it includes > liblapack.dll.a import library). > > The import library references "cyglapack.dll" as the DLL name. > However, it actually should be "cyglapack-0.dll". So software (such > as Numpy) that linked with lapack using the import library is broken. > > Thanks, > Erik > are you sure ? I had no problem linking octave to cyglapack-0.dll $ cygcheck /usr/bin/cygoctave-4.dll |grep lapack E:\cygwin64\lib\lapack\cyglapack-0.dll looking at objdump -x /usr/lib/liblapack.dll.a |grep cyglapack | I see only refence to cyglapack_0_dll May be you installed another /usr/lib/liblapack.dll.a ? on 64 bit $ /usr/bin/ls -l /usr/lib/liblapack.dll.a -rwxr-xr-x 1 marco None 1077988 Jan 10 22:55 /usr/lib/liblapack.dll.a on 32bit $ /usr/bin/ls -l /usr/lib/liblapack.dll.a -rwxr-xr-x 1 marco None 1106656 Jan 11 07:08 /usr/lib/liblapack.dll.a Regards Marco -- 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