On Thu, Mar 12, 2015 at 2:40 PM, JJ Allaire <jj.alla...@gmail.com> wrote:

> I had an issue like this in RcppParallel that was solved by rebuilding
> Rcpp from source using the very latest R-devel and Rtools 3.3. Have
> you tried that?
>

Yes, that doesn't seem to help.

I have a suspicion now. I have seen this behavior before when linking
libraries on windows that were built with different threading models. Based
on gcc -v, the old rtools (and hence my v8 static libs) use win32
threading, whereas the new rtools has been built with
--enable-threads=posix.
_______________________________________________
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to