Skip to content
Prev 2647 / 15075 Next

how does one dyn.load dylib shared libraries?

I am sorry if I was not completely clear.  The .a's and the .dylibs are 
part of the distribution with the IBM Compiler.  The R CMD SHLIB works 
just fine.

Compiling the .f to a .o works fine.
The R CMD SHLIB also works fine to generate the .so.
The dyn.load of the .so fails with a set of unresolved symbols that are 
part of one of the libraries from IBM.

So I think you answered my question.  I will try the gcc route.

Thanks.
On May 10, 2006, at 7:03 PM, Simon Urbanek wrote: