Re: [Rd] Using a shared object without installing a library required by the object.

2013-05-23 Thread Xiao He
Oops, Sorry, did not reply-all: Thanks for the reply Simon, I have a follow-up question: So after I run the first code you suggested on a computer, the shared object will use the Fortran run-time included in R. Does this code change the shared object itself? Meaning if I send this object to yet

Re: [Rd] Using a shared object without installing a library required by the object.

2013-05-23 Thread Simon Urbanek
On May 23, 2013, at 4:18 PM, Xiao He wrote: > Dear all, > > I have a C++ code. To create a shared object from this particular code, I > had to install a Fortran library on my computer (Mac). The compiled code > runs fine on my computer. However, if I try to dyn.load() said shared > object on a

[Rd] Using a shared object without installing a library required by the object.

2013-05-23 Thread Xiao He
Dear all, I have a C++ code. To create a shared object from this particular code, I had to install a Fortran library on my computer (Mac). The compiled code runs fine on my computer. However, if I try to dyn.load() said shared object on a computer that does not have the Fortran library installed,