<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div><div>Hello Dirk,</div><div><br></div><div>I went through the thread at: <a href="http://www.digipedia.pl/usenet/thread/14655/781">http://www.digipedia.pl/usenet/thread/14655/781</a>/ as I seem to be running into the same problem, but wasn't able to determine a possible solution.  </div><div><br></div><div>Basically, I'm trying to build R's RcppArmadillo, and although the build does succeed, it has undefined symbols in the binary library file RcppAramdillo.so which causes R's Forecast library, which depends on RcppArmadillo, not to build as a result of these undefined symbols.  I'm trying to build Forecast 3.16 using RcppArmadillo 0.2.34 and Rcpp 0.9.9.  </div><div><br></div><div>Here are the undefined symbols dealing with "version":</div><div><br></div><div><div>nm RcppArmadillo.so| grep -i version</div><div>000000000001022e t _GLOBAL__I_armadillo_version</div><div>                 U _ZN4arma12arma_version5majorE</div><div>                 U _ZN4arma12arma_version5minorE</div><div>                 U _ZN4arma12arma_version5patchE</div></div><div><br></div><div>Here are the error messages I get when trying to build R's Forecast library:</div><div><div>Error in dyn.load(file, DLLpath = DLLpath, ...) : </div><div>  unable to load shared object '/rhel5pdi/workplace/comanor-ws/build/RsRcppArmadillo/RsRcppArmadillo-0.2.34/RHEL5_64/DEV.STD.PTHREAD/build/lib64/R/library/RcppArmadillo/libs/RcppArmadillo.so':</div><div>  /rhel5pdi/workplace/comanor-ws/build/RsRcppArmadillo/RsRcppArmadillo-0.2.34/RHEL5_64/DEV.STD.PTHREAD/build/lib64/R/library/RcppArmadillo/libs/RcppArmadillo.so: undefined symbol: _ZN4arma12arma_version5majorE</div><div>Error : package ‘RcppArmadillo’ could not be loaded</div><div>ERROR: lazy loading failed for package ‘forecast’</div></div><div><br></div><div>----</div><div>Is there a specific compiler option that's necessary when building RcppArmadillo?  Is this a known bug that was fixed in version 0.2.35?</div><div><br></div><div>Thank you for your help with this issue.  Much appreciated,</div><div><br></div><div>Katherine</div></div></body></html>