Re: Solved: R-3.3.3-1: unable to load stats.dll

2017-04-01 Thread Achim Gratz
Brian Inglis writes: > This is the situation alternatives(8) was designed > for - to mediate names and functions. Except alternatives is based on symlinks and therefore doesn't work for DLL. We've been through this discussion multiple times. If anybody has time and incliniation to provide an al

Re: Solved: R-3.3.3-1: unable to load stats.dll

2017-03-31 Thread Brian Inglis
On 2017-03-31 15:10, Marco Atzeri wrote: > 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: > >>>

Re: Solved: R-3.3.3-1: unable to load stats.dll

2017-03-31 Thread Marco Atzeri
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/

Re: Solved: R-3.3.3-1: unable to load stats.dll

2017-03-31 Thread Brian Inglis
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: > Try > > $ cygcheck /usr/lib/R/library/stats/libs/stats.dll > > instead. On a h

Re: Solved: R-3.3.3-1: unable to load stats.dll

2017-03-31 Thread cyg Simple
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: Try $ cygcheck /usr/lib/R/library/stats/libs/stats.dll instead. On a hunch, check your PATH and make sure it contains >

Re: Solved: R-3.3.3-1: unable to load stats.dll

2017-03-31 Thread Marco Atzeri
On 31/03/2017 15:35, cyg Simple wrote: 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_

Re: Solved: R-3.3.3-1: unable to load stats.dll

2017-03-31 Thread cyg Simple
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 fi

Solved: R-3.3.3-1: unable to load stats.dll

2017-03-28 Thread Oliver Schoett
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, a

Re: R-3.3.3-1: unable to load stats.dll

2017-03-28 Thread Achim Gratz
Oliver Schoett writes: > I should add that the following command gives strange output: > > $ ldd /usr/lib/R/library/stats/libs/stats.dll 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". Regards, Achim. --

Re: R-3.3.3-1: unable to load stats.dll

2017-03-28 Thread Oliver Schoett
Marco Atzeri wrote: Please follow Problem reports: http://cygwin.com/problems.html and provide cygcheck.out as attachement. The file "library.R" that I used to test just contains the call library() Virustotal told me that stats.dll has the following dependencies: [+] KERNEL32.dll

Re: R-3.3.3-1: unable to load stats.dll

2017-03-28 Thread Marco Atzeri
On 28/03/2017 16:16, Oliver Schoett wrote: Marco Atzeri via cygwin wrote: Versions 3.3.3-1 of R libRmath libRmath-devel for cygwin are now available When I try to use Rscript, I get the warning below. However, the file |/usr/lib/R/library/stats/libs/stats.dll| exists

Re: R-3.3.3-1: unable to load stats.dll

2017-03-28 Thread Andrey Repin
Greetings, Oliver Schoett! > Oliver Schoett wrote: >> Error in dyn.load(file, DLLpath = DLLpath, ...) : >> unable to load shared object '/usr/lib/R/library/stats/libs/stats.dll': >> No such file or directory >> During startup - Warning message: >> package ‘stats’ in options("defaultPackages")

Re: R-3.3.3-1: unable to load stats.dll

2017-03-28 Thread Oliver Schoett
Oliver Schoett wrote: Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/usr/lib/R/library/stats/libs/stats.dll': No such file or directory During startup - Warning message: package ‘stats’ in options("defaultPackages") was not found I should add that the foll

R-3.3.3-1: unable to load stats.dll

2017-03-28 Thread Oliver Schoett
Marco Atzeri via cygwin wrote: Versions 3.3.3-1 of R libRmath libRmath-devel for cygwin are now available When I try to use Rscript, I get the warning below. However, the file |/usr/lib/R/library/stats/libs/stats.dll| exists and looks fine: $ ls -la /lib/R/libra