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
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
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
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