This question already has answers here:
How to configure R-3.1.2 with --enable-R-shlib
(2个答案)
9个月前关闭。
我正在尝试使用
但是我得到了这个错误:
有什么建议么?提前致谢 :)
清除先前编译中的二进制文件。这将使您无需将文件复制到另一个文件夹。
(2个答案)
9个月前关闭。
我正在尝试使用
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
有什么建议么?提前致谢 :)
最佳答案
除了更改马丁·摩根(Martin Morgan)在评论中建议的目录外,请注意,您可以执行
make clean
清除先前编译中的二进制文件。这将使您无需将文件复制到另一个文件夹。
关于r - 如何使用--enable-R-shlib配置R-3.0.1,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/20561190/
10-12 18:00