Skip to content
Prev 288 / 12125 Next

[R-pkg-devel] Setting up R-devel in Linux Mint 17.1 64-bit

On 20 July 2015 at 18:56, MAURICIO ZAMBRANO BIGIARINI wrote:
| how can I be sure that I I enabled the shared library support ?

edd at max:~/svn/r-devel$ ./configure --help | grep enable-R-sh
  --enable-R-shlib        build the shared/dynamic library 'libR' [no]
edd at max:~/svn/r-devel$

Make sure you set --enable-R-shlib.

It is in the script which you linked to in your previous email.

Dirk