Re: [R-pkg-devel] Weird MAKEFLAGS bug

2017-01-10 Thread Costas Tsirogiannis
2017 at 11:55, Costas Tsirogiannis wrote: > | Greetings and thanks for previously offered solutions, > | > | I am developing a package that makes use of C++ code, and I want to > compile > | this code for testing reasons with the "R CMD SHLIB" command. Using > Ubuntu &

[R-pkg-devel] Weird MAKEFLAGS bug

2017-01-10 Thread Costas Tsirogiannis
Greetings and thanks for previously offered solutions, I am developing a package that makes use of C++ code, and I want to compile this code for testing reasons with the "R CMD SHLIB" command. Using Ubuntu and gcc 5.4, and because for certain reasons I have to use the c++0x standard, I try the fol

[R-pkg-devel] C++11: which is currently the most portable option?

2016-09-30 Thread Costas Tsirogiannis
Greetings, I am developing a package that uses C++ code, and I want to use some classes from the C++11 standard. In fact I just want to use std::thread which is supported even by the old weird -std=c++0x option. Since the support of the C++11 standard increases more and more as time goes by, I wo