delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/03/31/09:35:32

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=Bh6ZSL3kNVhCFAA+
5q3VWpAtzCzSJKYh629yYC2me4BQLiMes0Z7ce2iG2iuDFpmRUbeI7fzVzu+GmTo
CQ4taFTnqUaob7wjg6IqwPc0CWg5Rakpa4v6Ri3sIjEaERCkh5VG5X6TvysAdIV2
6rzmZxA5hx3ErYX16yU1b0MVthI=
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=xesySPFQKytQ42N5uttHXy
jZS1Y=; b=uxap0+xm2Eo7laT3VCJNLmDBhpHpjeLSF1UlGBiSwlgqrEsimyQLO6
JYpwLqAH9KPMXeHG+7dUFdi0R3LF0wbezSztHd5ckO7DYWbKe1lDgY7T9BX3gzoS
SKduB/H/u8L28mSB/N4SWNhEW703Px1qzfbHH4Drj3SCImnZ+GmQY=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=Gratz, gratz, track_down, policy
X-HELO: mail-io0-f175.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=6m9G88vHX3hpm1zMv22lKwtXUrUnDPganvZbc3Vxldk=; b=Q37fF+KghlZ/TWerwQa6iqE9u5fLLsX3m2Ml6BcG6VuDlT3fHnKXJE/kGBigk+NWs8 78lGXUdiwEfCFpLQf3aSlVTu7OCXnXOLdQEvUc+RTV4MKvV0RtkhahSD+YRVfmtkwGzD rYmb/7bQ6Rg8MssB15TOAcfimbT8D9lB6uEzyhBi1tELpUrw6g+EEnJy550ZCUDTv++D fSTmUm9vmUBlFTGV9QvtaVY+IPTBETUCeOGbDhvzW2py03p+Dk6V02US5bXE6wU2lB9d P6743vS0O93yLd7HOZzhSttR7hPTdhGWY4skM9RwUbDp/vLZzoydxCyFS8cFIcBAviY7 rsjg==
X-Gm-Message-State: AFeK/H2FqJLqFQqhzslxhtjN9T5XIAdvSITaDc8s6jKWqpyrELAo+X262ceKFW2W+7BAqw==
X-Received: by 10.107.63.135 with SMTP id m129mr3155728ioa.149.1490967314431; Fri, 31 Mar 2017 06:35:14 -0700 (PDT)
Subject: Re: Solved: R-3.3.3-1: unable to load stats.dll
To: cygwin AT cygwin DOT com
References: <announce DOT 33271c68-05fb-5dd5-25af-4301af2fc009 AT yahoo DOT it> <a3b1c41b-2257-96b6-06fd-a33c4370ff52 AT capgemini DOT com> <da87fe64-e7c3-5f9e-f4d9-3e71d31fee68 AT capgemini DOT com> <87bmslnxh4 DOT fsf AT Rainer DOT invalid> <bf5daeaf-7697-da25-c68c-0570ac47fa99 AT capgemini DOT com>
From: cyg Simple <cygsimple AT gmail DOT com>
Message-ID: <3b8e87bd-082a-e827-3bb3-faeeb1104978@gmail.com>
Date: Fri, 31 Mar 2017 09:35:14 -0400
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <bf5daeaf-7697-da25-c68c-0570ac47fa99@capgemini.com>
X-IsSubscribed: yes

On 3/28/2017 3:17 PM, Oliver Schoett wrote:
> Achim Gratz wrote:
>> Try
>>
>> $ cygcheck /usr/lib/R/library/stats/libs/stats.dll
>>
>> instead.  On a hunch, check your PATH and make sure it contains
>> "/usr/lib/lapack".
> 
> The cygcheck command ends with
> 
>    cygcheck: track_down: could not find cyglapack-0.dll
> 
> That library can be found in /usr/lib/lapack, and adding this directory
> to the PATH fixes the problem: Rscript now starts without error message.
> 

Which is why the packager should move the required .dll to the /usr/bin
directory.  Was there a stated change to this policy?

-- 
cyg Simple

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019