s-news
[Top] [All Lists]

Combining shared libraries (*.so files) directly?

To: s-news <s-news@wubios.wustl.edu>, "r-help@stat.math.ethz.ch" <r-help@stat.math.ethz.ch>
Subject: Combining shared libraries (*.so files) directly?
From: "Paul Y. Peng" <ypeng@math.mun.ca>
Date: Tue, 18 Feb 2003 16:50:53 -0330
This is an off topic.

Is it possible to combine a few shared library files (.so files)
without changing source files of the libraries?

I am not sure whether it makes sense or not. I have a few shared
libraries and mainly use them separately. But sometimes, for the
purpose of easy transportation and loading, I would like to combine
them together to form a single big .so file. I could do this
by combining all relevant source files together and rebuild it.
But I wonder whether it is possible to directly combine the .so
files. Comments or hints are welcome. The shared libraries are built
in a Linux system and used with S+6 and R.

Thanks.
Paul.

<Prev in Thread] Current Thread [Next in Thread>
  • Combining shared libraries (*.so files) directly?, Paul Y. Peng <=