Merging multiple .so files

Hi All,

How to merge independent .so files into an executable.

Thanks in Advance,

Regards,
Kusu

You will have to create a wrapper program. This is a program that defines all of the data objects required, plus it calls each of the functions, in the correct order, to do what you want.

What are you trying to achieve?

An executable which has no dependancies on shared libraries/objects?