[Rcpp-devel] undefined symbol: clock_gettime in Rcpp 0.10.2

2012-12-23 Thread Martin Morgan
When trying to install Rcpp 0.10.2 with $ R --version R Under development (unstable) (2012-12-18 r61372) -- "Unsuffered Consequences" $ clang++ --version Ubuntu clang version 3.0-6ubuntu3 (tags/RELEASE_30/final) (based on LLVM 3.0) Target: x86_64-pc-linux-gnu Thread model: posix I get $ R CMD I

Re: [Rcpp-devel] undefined symbol: clock_gettime in Rcpp 0.10.2

2012-12-24 Thread Martin Morgan
the default?) Anyway, as Dirk said, linking to librt is harmless on Linux nonetheless, so that is perhaps the easiest 'fix'. Best, Yan Zhou On Dec 24, 2012, at 1:11 PM, Dirk Eddelbuettel wrote: On 23 December 2012 at 18:31, Martin Morgan wrote: | When trying to install R

Re: [Rcpp-devel] g++ flags

2014-04-30 Thread Martin Morgan
On 04/30/2014 07:41 AM, JJ Allaire wrote: I think that might be overkill (or something that we can do later if users ask for it). Should I merge the PR? In 3.1 this information is discoverable with "${R_HOME}/bin/R" CMD config CXX1XSTD and friends. On Wed, Apr 30, 2014 at 10:40 AM, Dirk

Re: [Rcpp-devel] I'm having trouble installing packages that seem to be related to segfault with Rcpp

2018-04-17 Thread Martin Morgan
The stack trace looks like it's an Rcpp problem (topic of this mailing list) maybe with a finalizer running at an unexpected time for what it wants to accomplish. R-3.5 is in release candidate so highly relevant to the user community even if not R-devel. If this list can help rule out Rcpp or h