Displaying 1 result from an estimated 1 matches for "rf_namesget".
Did you mean:
rf_namesgets
2007 Apr 18
1
undefined symbol: Rf_rownamesgets
...owNamesSymbol; /* "row.names" */
twice in the same block of code.
I'm using R 2.4.1 on Debian. The symbol seems to be there:
$ nm -D /usr/lib/R/lib/libR.so | grep classgets
00032e70 T Rf_classgets
$ nm -D /usr/lib/R/lib/libR.so | grep namesgets
00031370 T Rf_dimnamesgets
00034500 T Rf_namesgets
The source includes
#define R_NO_REMAP 1
#include <R.h>
#include <Rinternals.h>
and later
#include <memory> // I think this is why I needed R_NO_REMAP
I realize this is not a complete example, but I'm hoping this will
ring a bell with someone. I encountered this while run...