Displaying 1 result from an estimated 1 matches for "cslsi".
2009 Feb 17
1
Create package with Fortran 90 and C code
...o be missing something.
I do a:
SHELL> R CMD build dir
SHELL> R CMD INSTALL pkg_version.tar.gz
Things seem to progress smoothly. However, in R when I try to load the package I
get an error like:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared library
'/cs/home/cslsi/wat410/R/ia64-unknown-linux-gnu-library/2.7/pkg/libs/pkg.so':
/cs/home/cslsi/wat410/R/ia64-unknown-linux-gnu-library/2.7/pkg/libs/pkg.so:
undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE
Error: package/namespace load failed for 'pkg'
Can anyone suggest what I might do to solve...