如何在ubuntu上设置Eclipse + StatET + Rcpp

时间:2012-12-17 04:29:49

标签: c++ eclipse r rcpp

我使用了以下手册并为rcpp设置了eclipse。

http://blog.fellstat.com/?p=170

我可以为R构建软件包,但是当我想调试它时会出现以下错误:

Error in dyn.load(file, DLLpath = DLLpath, ...) : 
unable to load shared object '/usr/lib/R/library/stats/libs/stats.so':
libRlapack.so: cannot open shared object file: No such file or directory
During startup - Warning message:
package ‘stats’ in options("defaultPackages") was not found 
Error: could not find function "errorOccured"
Execution halted

我在ubuntu中使用eclipse。

由于

1 个答案:

答案 0 :(得分:0)

我没有检查Cross G ++链接器>共享库设置中的共享选项。 之后必须启用-fPic(其他标志)。

问题是我可以毫无错误地构建它但仍然无法在日食中运行它! 它创建libMyCppPackage并想运行MyCppPackage!

  The program file specified in the launch configuration does not exist
  /media/EXt4ENC/Rcpp/MyCppPackage/Debug/MyCppPackage not found

abd此链接无法帮助: http://hyperspec.wordpress.com/2012/05/07/ides/