Skip to content
Prev 8833 / 10988 Next

[Rcpp-devel] undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE (on Ubuntu but not on Mac OS X)

PS Looking the ~/.R/Makevars (an optional file) I use here you may want
to set SHLIB_CXXLD.  

  edd at max:~$ grep LD .R/Makevars
  SHLIB_CXXLD=g++$(VER)
  edd at max:~$

(Here $(VER) is a local setting allowing me to switch between g++ versions.)

Dirk