Development Environment

Static Linking

English

Overview

A method that embeds the needed libraries directly into an executable.

Details

A method that embeds a library's code into the executable at compile time. It reduces dependence on the runtime environment, at the cost of a larger file size.

More Linux terms