Hi,<br><br>sorry to raise this again after a hiatus.  I updated to the latest Rcpp (0.7.11) and when I tried the following commands:<br><br>$ export PKG_CXXFLAGS=`Rscript -e &quot;RcppArmadillo:::CxxFlags()&quot;`<br>
$ export PKG_LIBS=`Rscript -e &quot;RcppArmadillo:::LdFlags()&quot;`<br><br>I obtained the following error.<br><br>~/Desktop/Personal/Test$ export PKG_CXXFLAGS=`Rscript -e &quot;RcppArmadillo:::CxxFlags()&quot;`<br>Error in dyn.load(file, DLLpath = DLLpath, ...) : <br>
  unable to load shared library &#39;/home/abhisek/R/i486-pc-linux-gnu-library/2.10/RcppArmadillo/libs/RcppArmadillo.so&#39;:<br>  /home/abhisek/R/i486-pc-linux-gnu-library/2.10/RcppArmadillo/libs/RcppArmadillo.so: undefined symbol: _ZN4Rcpp4growINS_5NamedEEEP7SEXPRECRKT_S3_<br>
Calls: ::: ... tryCatch -&gt; tryCatchList -&gt; tryCatchOne -&gt; &lt;Anonymous&gt;<br>Execution halted<br><br>Could you please advise?  Im almost there!<br><br>thanks!<br>abhisek<br><br><br><div class="gmail_quote">On Thu, Apr 1, 2010 at 4:12 PM, Dirk Eddelbuettel <span dir="ltr">&lt;<a href="mailto:edd@debian.org">edd@debian.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im"><br>
On 1 April 2010 at 09:58, Dirk Eddelbuettel wrote:<br>
| On 1 April 2010 at 09:57, Romain Francois wrote:<br>
| | You need Rcpp 0.7.11 (where create was introduced)<br>
|<br>
| (And we mentioned that need for 0.7.11 several times)<br>
|<br>
| | It has been pushed to cran, but somehow does not appear yet. If you are<br>
| | in a hurry, you can get it from r-forge:<br>
| |<br>
| | $ svn checkout svn://<a href="http://svn.r-forge.r-project.org/svnroot/rcpp/pkg/Rcpp" target="_blank">svn.r-forge.r-project.org/svnroot/rcpp/pkg/Rcpp</a><br>
| | $ R CMD INSTALL Rcpp<br>
|<br>
| I would not recommend that as the code can change and introduce other issue.<br>
<br>
</div>(To be clear: For folks who know what they are doing this is fine. But there<br>
is a reason we cut releases so in first instance I&#39;d stuckk with releases).<br>
<div class="im"><br>
| Releases are at CRAN, and at my Rcpp page.<br>
<br>
</div>(I meant to say that in time like right now when CRAN takes a vacation and<br>
does not upload new files for a few days, the Rcpp page at my site can act as<br>
a fallback).<br>
<font color="#888888"><br>
Dirk<br>
</font><div><div></div><div class="h5"><br>
--<br>
  Registration is open for the 2nd International conference R / Finance 2010<br>
  See <a href="http://www.RinFinance.com" target="_blank">http://www.RinFinance.com</a> for details, and see you in Chicago in April!<br>
</div></div></blockquote></div><br>