Skip to content
Prev 5572 / 10988 Next

[Rcpp-devel] problems with rInside in Ubuntu

Dirk,

   In a simpler project, I noticed the following:

1) When I use the static library RInside/lib/libRInside.a I get the link
error above, i,e.
missing Rcpp::Language::update().However, if I replace RInside.a by the
RInside.so
the link problem disappears.

2) There isn't a method called update in the version of the class Language
in
/usr/local/lib/R/site-library/Rcpp/include/Rcpp/Language.h

 These observations lead to the natural questions:

1) are you sure the distributed LibRInside.a was compiled with the latest
version of the class Language?

2) When you say that everything works fine there, did you consider linking
against each one of the THREE version of libRInside:  /lib/libRInside.a,
/lib/libRInside.so and
/libs/libRInside.o?

              walter.
On Fri, Mar 29, 2013 at 10:37 PM, Dirk Eddelbuettel <edd at debian.org> wrote:

            
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20130330/66396903/attachment.html>