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=IpeQQY/om+Y3SDPu ZNLycCB2vKLrZ10mrQJGWtWmVICn0IN8gwP9MXY26cjlbTsUnaWBQ8jPbykhf9To pRTCrNGjrmK7GA/NCaI86Iu/rhRTcZGZpQbdgQz72d9krNuinfDCRLJm0q5b8WVH Z5Q1iq9+qJxkZRnueBoI0kRfrzU= 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=7JofXJjq02oTVQ+mQYPkol Rhzyw=; b=A/YqouX7a4RnOALFIelqKm+yMJ0TPJVkc4XYm5/NbOwrM3tCQ0+xDm AwI1pgCsZD7STXPIXPJrGl/zpJmnzRRES8ybzyi+r409wNExgGsztVzHxgR1U3Jy DjvUfZL33ziLHtt+HTY3Y4/G5DaNjUVRo5h/A3/bqQ9OAdyvOz/WA= 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.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:1088, H*i:sk:ac06718, H*f:sk:ac06718, H*MI:sk:ac06718 X-HELO: mail-pg0-f50.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=BMroFs1vLt04J9BUMIJ2SqshP029SXL3/vdE6s7wZqg=; b=q3GIJbNblRnKEKtmygqS6LO6C+Cv1/sCdY5sDmab8VB7ZSFP06qwXGC5bWY8agC4/E w2gvtaYlJtfhq//Nu0sG2gTG/30ybiZRYjXastcAMnzyOCtC+OukNP+Ge9cG0xFrqQhU Ca5qpL2nUOMlqR7qJqwOpP6QYydBSsosG90cUQ0yUVdn7xNY03WLe5sVId1zOc7Uli/z Uc2G1UEgUmIM/Z0V2SH414bm1NdC6ojN+Qh2Ga9bv4+pEKkWFuse4y6FuNrV1GvdXlMH qUpc7N5gZOXPBehU22W2Nft6SZZn1Zr4MDkX5vgvWpU5deRVH2kAUKtWUTIX7vrom9HQ wh/A== X-Gm-Message-State: AFeK/H1t4/F17pwxqmV0qDCQgMQn0J1bj12MHVaYEdA/dSW5cQl/lmQfH1tHQdMvqo12WQ== X-Received: by 10.98.37.69 with SMTP id l66mr4408090pfl.156.1490994619545; Fri, 31 Mar 2017 14:10:19 -0700 (PDT) Subject: Re: Solved: R-3.3.3-1: unable to load stats.dll To: cygwin AT cygwin DOT com References: <87bmslnxh4 DOT fsf AT Rainer DOT invalid> <3b8e87bd-082a-e827-3bb3-faeeb1104978 AT gmail DOT com> <43b61419-374b-86ea-09d1-40c54ef00479 AT gmail DOT com> From: Marco Atzeri Message-ID: <05292399-5d9b-c393-6fc1-825b5cef5537@gmail.com> Date: Fri, 31 Mar 2017 23:10:15 +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 31/03/2017 22:46, Brian Inglis wrote: > On 2017-03-31 13:32, cyg Simple wrote: >> On 3/31/2017 12:57 PM, Marco Atzeri wrote: >>> On 31/03/2017 15:35, cyg Simple wrote: >>>> On 3/28/2017 3:17 PM, Oliver Schoett wrote: >>>>> Achim Gratz wrote: >> Perhaps >> https://msdn.microsoft.com/en-us/library/windows/desktop/hh310513(v=vs.85).aspx >> should be used in the main function or a Cygwin API developed to do >> that. Or fix lapack to name it's library with a different version id. >> If there are API/ABI differences, then -0 isn't correct since the two >> cannot overlay each other. There is no API/ABI difference > This is the situation alternatives(8) was designed > for - to mediate names and functions. > If a package is dependent on one or the other, > its location in /var/lib/pkg/ should be wired in. > My PATH seems to include /usr/lib/lapack, appended by > /etc/profile.d/lapack0.sh. > Perhaps openblas could provide the same for its clients? alternatives, that is based on links, does not work for dlls on windows system. -- 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