relinking a program with shared library

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,
I wonder to know if it is possible to somehow perform 
a static (re)linking of already compiled binary that uses a shared libs?
For example I have a binary "bin" which depends on "libA.so" and "libB.so". 
Would it be possible to relink it statically so that both libraries 
would be included within "bin"? 
[ I don't have access to source code of that program ]

It would be even better if such a command could work recursively, 
in case for example "libA.so" depends on "libA1.so" and "libA2.so".

I would appreciate any help from your side,  thanks.

-- 
Marcin



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux