Re: [Rcpp-devel] version GLIBCXX not found

2016-03-15 Thread Dirk Eddelbuettel
On 15 March 2016 at 02:48, Peter Carr wrote: | I did a little more investigating about the 'mixed g++' compilers. It appears | as if R-2.15 was built with a different version of GCC than is available on my | system. | | strings -a /pkgs/r_2.15.3/bin/Rscript | grep GCC | GCC: (GNU) 4.4.6 20120305

Re: [Rcpp-devel] version GLIBCXX not found

2016-03-14 Thread Peter Carr
I did a little more investigating about the 'mixed g++' compilers. It appears as if R-2.15 was built with a different version of GCC than is available on my system. strings -a /pkgs/r_2.15.3/bin/Rscript | grep GCC GCC: (GNU) 4.4.6 20120305 (Red Hat 4.4.6-4) GCC: (GNU) 4.4.7 20120313 (Red Hat 4.4

Re: [Rcpp-devel] version GLIBCXX not found

2016-03-14 Thread Dirk Eddelbuettel
On 14 March 2016 at 20:07, Peter Carr wrote: | I am getting an error installing Rcpp from source with R-2.15.3 and Rcpp | 0.10.5: |     /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found That almost always means that you have mixed g++ compilers. C++ can be picky. In short, you need t

[Rcpp-devel] version GLIBCXX not found

2016-03-14 Thread Peter Carr
I am getting an error installing Rcpp from source with R-2.15.3 and Rcpp 0.10.5: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found I am working in a non-standard environment; running R on a compute cluster, similar to this thread: https://github.com/molpopgen/devnotes/wiki/Rcpp-a