search for: _z9rf_lengthp7sexprec

Displaying 1 result from an estimated 1 matches for "_z9rf_lengthp7sexprec".

2003 Sep 01
2
Error in dyn.load
...de (with g++ -I/usr/local/lib/R/include -I/usr/local/include -c Rtest.cpp; g++ -shared -L/usr/local/lib -o Rtest.so Rtest.cpp): void check_data (SEXP data) { int l=length (data); } But when I try to load it in R I get this error message: unable to load shared library ... ... undefined symbol: _Z9Rf_lengthP7SEXPREC How can I solve this problem? Philip