Displaying 1 result from an estimated 1 matches for "drnnor_".
Did you mean:
drnnor
2010 Feb 12
1
R - Compiling and calling Fortran code that uses IMSL libraries - Help!
...llowing error when running dyn.load(bar.so):.
> dyn.load("bar3.so")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "/home/tinsley/tmp/bar3.so":
ld.so.1: R.bin: fatal: relocation error: file /home/tinsley/tmp/bar3.so:
symbol drnnor_: referenced symbol not found
I have tried compiling it with f90, running ld and then running R CMD SHLIB
*.so *.o and a few other combinations with the same results. I'm still
testing but any help you can give would be greatly appreciated. There's a
big difference between installing, upd...