Skip to content
Prev 10136 / 21312 Next

[Bioc-devel] GSL on Windows

Thanks for all replies. Now it works.

I did not choose RcppGSL package because transforming arrays into
RcppGSL objects
would cause additional overhead. Although it is much easier to use
packages. I compared both under Linux and pure C runs faster.

On Windows I found the useful resources for GSL Windows DLL and headers for
both 32 and 64-bit.

https://code.google.com/archive/p/oscats/downloads

As Dan pointed out, build two directories:

C
:\GSL\i386
C:\GSL\x64

and set the
?
environment variable `LIB_GSL` as  `
C
:/GSL` instead of `
C
:\GSL`. And add C:\GSL\x64\bin to the Path in case missing the DLLs.


Best regards,

Dong
On 19 November 2016 at 00:49, Dan Tenenbaum <dtenenba at fredhutch.org> wrote: