Skip to content
Prev 15828 / 63461 Next

pl/R and MacOS X using R binary

[Moved from R-help.]
On Tue, 19 Apr 2005, Sean Davis wrote:

            
Excuse me, but a .so is a DSO, a Dynamic _Shared_ Object.  What does 
`static' have to do with this?  libR is a dynamic library, actually 
libR$(DYLIB_EXT) with values of .so. .sl and .dylib being known.
Yes, since that is how the GUI on MacOS X works.

My guess is that you think that pl/R requires libR.so: if correct that is 
a false assumption made somewhere along the line, and the best thing to do 
is to consult the author.  In any case

http://www.joeconway.com/plr/doc/plr-install.html

just says

   Tip:  R headers are required. Download and install R prior to building
    PL/R. R must have been built with the --enable-R-shlib option when it
    was configured, in order for the libR shared object library to be available.


Please do consult the posting guide as to the right place.  (I've moved 
this to R-devel and included Joe Conway. Joe: perhaps you could make you 
email address more readily available in the PL/R pages.)