Skip to content
Prev 16834 / 63424 Next

dyn.load in linux: missing libraries?

Tyler Smith <tyler.smith at mail.mcgill.ca> writes:
Nope, the missing library is the one that you're trying to load.
Dynamic libraries are not called .dll on Linux, but rather .so...

You should probably read up on "Writing R Extensions", including the
hints on how to write portable code (use library.dynam).