Displaying 1 result from an estimated 1 matches for "__pow_ri".
Did you mean:
__pow_ii
2001 Sep 14
1
Dynamic loading problem.
...> dyn.load("foo.so")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "/home1/faculty/rolf/Traal/Temp/foo.so":
ld.so.1: /usr/local/lib/R/bin/R.bin: fatal: relocation error: file /home1/faculty/rolf/Traal/Temp/foo.so: symbol __pow_ri: referenced symbol not found
> q()
===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===
I presume/hope that by handing SHLIB some other flags or by
specifying some environment variable or other, or by ..., I should
be able to get dyn.load() to find ``__pow_ri''....