Skip to content
Prev 5529 / 398506 Next

dyn.load does not work

On all the systems I know of foo.o is an object not a shared library
(and this is R not S-PLUS where dyn.load does load objects).

Try using R SHLIB foo.c to make foo.so and dyn.load that.