Wrap app with dynamic libraries into one large static app

Posted by progo on Super User See other posts from Super User or by progo
Published on 2011-02-24T14:22:24Z Indexed on 2011/02/24 15:26 UTC
Read the original article Hit count: 206

Filed under:
|

I have an old program that kind of depends on older dynamic libraries. They tend to get upgraded easily with distro's updates. I figured that there would be a script with using ldd that would gather the libs needed and create one bigger, statically linked application that wouldn't break so easily. If I could do this, alot of older KDE libraries could be removed from my system and easen my life. Thanks!

© Super User or respective owner

Related posts about linux

Related posts about gentoo