Skip to content

dyn.load does not work

1 message · Brian Ripley

#
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.