如何使用--enable-R-shlib配置R-3.0.1

时间:2013-12-13 07:23:43

标签: r rstudio

我正在尝试使用R安装--enable-R-shlib,以便我可以使用该版本运行rstudio

cd /mnt/data2tb/disk/soft/R-3.0.1
./configure --with-x=yes --enable-R-shlib

但是我收到了这个错误:

/usr/bin/ld: ../appl/dchdc.o: relocation R_X86_64_32 against `.rodata'
can not be used when making a shared object; recompile with -fPIC
../appl/dchdc.o: could not read symbols: Bad value collect2: ld
returned 1 exit status make[3]: *** [libR.so] Error 1 make[3]: Leaving
directory `/mnt/data2tb/disk/soft/R-3.0.1/src/main' make[2]: *** [R]
Error 2 make[2]: Leaving directory
/mnt/data2tb/disk/soft/R-3.0.1/src/main make[1]: *** [R] Error 1
make[1]: Leaving directory `/mnt/data2tb/disk/soft/R-3.0.1/src' make:
*** [R] Error 1

有什么建议吗?在此先感谢:)

1 个答案:

答案 0 :(得分:6)

除了在评论中更改Martin Morgan建议的目录外,请注意您可以

make clean

从先前的编译中清除二进制文件。这将使您无需将文件复制到另一个文件夹。