Displaying 1 result from an estimated 1 matches for "r_04".
Did you mean:
r_0
2004 Sep 09
3
Dyn.load of sharing object with GSL library
...en from the GSL reference book).
I am running:
R CMD SHLIB Example3.c
and all looks good.
The dyn.load("Example3.so") fails with the following error message:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/fs/users1/guest/msvika/PhD/R_04/Example3.so":
ld.so.1: /usr/local/sbin/R-1.9/R-1.9.1/bin/R.bin: fatal: relocation error:
file /fs/users1/guest/msvika/PhD/R_04/Example3.so: symbol gsl_sf_bessel_J0:
referenced symbol not found
What is wrong?
Much thanks, Vicky.
----- Original Message -----
From: "Vicky Landsman"...