<div dir="ltr"><div>This is sort of piggy-backing on the thread with Michael and Romain.</div><div><br></div>I can't get RccpArmadillo working properly and am looking for suggestions.<div><br></div><div>I have installed:</div>
<div>R 3.0.2</div><div>Xcode 5.0.1 and command line tools</div><div>gfortran libs (i.e., gfortran-4.9-bin.tar)</div><div>Rcpp package from source (i.e., Rcpp_0.10.6.tgz)</div><div>RcppArmadillo package from source (i.e., RcppArmadillo_0.3.920.1.tgz)</div>
<div><br></div><div>below, "rowSums.cpp" contains a function Romain Francis wrote, and can be seen in the middle of this post:</div><div><a href="http://www.mail-archive.com/rcpp-devel@lists.r-forge.r-project.org/msg05742.html">http://www.mail-archive.com/rcpp-devel@lists.r-forge.r-project.org/msg05742.html</a><br>
</div>







<div><br></div><div>In the R session, I have:</div><div><br></div><div><div>> evalCpp("1+1")</div><div>[1] 2</div></div><div><br></div><div><div>> sourceCpp("rowSums.cpp")</div><div>Error in dyn.load("/var/folders/x6/r9tqs57504z47hfz0y3hzplw0000gn/T//RtmppKYsAU/sourcecpp_1b0162749aaa/sourceCpp_8960.so") : </div>
<div>  unable to load shared object '/var/folders/x6/r9tqs57504z47hfz0y3hzplw0000gn/T//RtmppKYsAU/sourcecpp_1b0162749aaa/sourceCpp_8960.so':</div><div>  dlopen(/var/folders/x6/r9tqs57504z47hfz0y3hzplw0000gn/T//RtmppKYsAU/sourcecpp_1b0162749aaa/sourceCpp_8960.so, 6): Symbol not found: __ZNK4Rcpp7RObject4attrERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE</div>
<div>  Referenced from: /var/folders/x6/r9tqs57504z47hfz0y3hzplw0000gn/T//RtmppKYsAU/sourcecpp_1b0162749aaa/sourceCpp_8960.so</div><div>  Expected in: flat namespace</div><div> in /var/folders/x6/r9tqs57504z47hfz0y3hzplw0000gn/T//RtmppKYsAU/sourcecpp_1b0162749aaa/sourceCpp_8960.so</div>
</div><div><br></div><div><div>> sessionInfo()</div><div>R version 3.0.2 (2013-09-25)</div><div>Platform: x86_64-apple-darwin10.8.0 (64-bit)</div><div><br></div><div>locale:</div><div>[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8</div>
<div><br></div><div>attached base packages:</div><div>[1] stats     graphics  grDevices utils     datasets  methods   base     </div><div><br></div><div>other attached packages:</div><div>[1] RcppArmadillo_0.3.920.1 Rcpp_0.10.6            </div>
<div><br></div><div>loaded via a namespace (and not attached):</div><div>[1] tools_3.0.2</div></div><div><br></div><div><br></div><div>Any suggestions?  Thanks.</div>















</div>