statifier — Dynamic to Static

2010-01-24 2 min read Linux
<a href="http://statifier.sourceforge.net/">Homepage of statifier. <span style="font-size: xx-small;"><span style="font-size: xx-small;">Statifier create from dynamically linked executables and all it&#8217;s libraries one file. This file can be copied and run on another machine without need to drag all it&#8217;s libraries. <span style="font-size: xx-small;"><span style="font-size: xx-small;">Dynamically linked executables are smaller then statically linked. From the other side dynamically linked executables use shared libraries compiled in PIC (position independend code) which is slower than &#8221;normal&#8221; one. Continue reading