Skip to content
EntityQ523796· pop 32· linked from 260 articles

Also known as link editor

computer system program which produces loadable and executable programs from object files or libraries, compiled and assembled separately

Wikidata facts

Show 1 more fact
Sources (2)

via Wikidata · CC0

~13 min read

Article

An illustration of the linking process. Object files and static libraries are assembled into a new library or executable

A linker or link editor is a computer program that combines intermediate software build files such as object and library files into a single executable file such as a program or library. A linker is often part of a toolchain that includes a compiler and/or assembler that generates intermediate files that the linker processes. The linker may be integrated with other toolchain tools such that the user does not interact with the linker directly.

Connections

Categories