PDA

View Full Version : Crazy Library Question



nystagmust
July 24th, 2007, 09:36 PM
I was wondering how to combine two dynamically linkable library objects into one?

Basically I have two .so files and I want to combine them into one. Any thoughts?

-Reaves

pmasiar
July 24th, 2007, 10:14 PM
why? how it will change/improve the useage of those libraries?

nystagmust
July 24th, 2007, 10:39 PM
I am creating a plugin and my final output will be a .so file this will dynamically loaded at runtime by another program.

-Reaves