Displaying 1 result from an estimated 1 matches for "emdl1_vs".
2008 Nov 19
1
C++ code from R
...:37:12
-------------------
but when I want to load the resulting .so file (emdL1_R.so), I get
the following error message:
-------------------
> dyn.load("emdL1_R.so")
Error in dyn.load("emdL1_R.so") :
unable to load shared library
'/home/rkrug/Documents/Projects/EMD/EmdL1_vs/emdL1_R.so':
/home/rkrug/Documents/Projects/EMD/EmdL1_vs/emdL1_R.so: undefined
symbol: _ZN5EmdL1D1Ev
>
-------------------
The two other files (emdL1.h and emdL1.cpp) are in the following zip file:
http://vision.ucla.edu/~hbling/code/EmdL1_v2.zip
Any suggestions are welcome,
Rainer...