Hello. I am trying to include R in an eclipse C++ project so that I can use Rcpp and Rinside. Right now I have R installed on my Ubuntu machine and both plugins are installed too. I have the directories of the corresponding .so files set in the Project > Properties > Settings Gcc c++ linker under Library Search Path. Here is the error that I'm getting when I try to build my code:
> /home/sam/workspace/StockWatcher/Debug/StockWatcher: error while > loading shared libraries: libR.so: cannot open shared object file: > No such file or directory > Which doesn't make sense because I'm including the file under the settings and I've looked at the folder and the file is there. Any help would be greatly appreciated. Thank you! -- Sam [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.