|
|
|
IBM developerWorks : Linux : Education - Tutorials | |
On Linux systems there are two fundamentally different types of Linux executable programs. The first are called statically linked executables. Static executables contain all the functions that they need to execute -- in other words, they're "complete." Because of this, static executables do not depend on any external library to run. The second are dynamically linked executables. We'll get into those in the next panel. |
|
|