search for: libraries_

Displaying 3 results from an estimated 3 matches for "libraries_".

Did you mean: libraries
2016 Nov 22
0
shared libraries: missing soname
...utting words in my mouth. In my very first reply to you, I pointed out that (for non-BSD systems at least) the sonames do not matter as R loads the libraries itself, rather than via ldd. No more, no less. Just like just about everybody else, I believe strongly in common use of sonames _for normal libraries_. R, however, uses dynamic loading of _its extension modules_ outside of the system use and has its own system of dependency management and versioning. | I can't say for certain (I'm not an rkward user), but looking at the build Why did _you_ then bring up rkward as an example? That was yo...
2011 Apr 21
0
BOOST libraries
...the C++ Boost | >library within an R package, and how portable was the resulting package. Packages are perfectly portable as that is a main goal of Boost. So in that sense the question is misdirected; few things are as 'portable' as Boost. The issue is more about how to ensure _binary libraries_ are found if needed for linking. Boost itself is a (vast) collection of libraries (in the abstract sense of 'packages'), and only a few employ (binary) libraries. Many can be used in a pure template sense so that only headers are needed at compile time. That is what Jay refers to above:...
2016 Nov 22
2
shared libraries: missing soname
Dirk, Dirk Eddelbuettel <edd at debian.org> writes: > On 21 November 2016 at 23:24, Joseph Mingrone wrote: > | Dirk Eddelbuettel <edd at debian.org> writes: > | > On 20 November 2016 at 21:49, Joseph Mingrone wrote: > | > | Hello Dirk, > | > | > | > | Dirk Eddelbuettel <edd at debian.org> writes: > | > | > | > | > On 20 November