Linking

From Linuxintro
Revision as of 17:28, 31 December 2010 by imported>ThorstenStaerk

To build an executable program from source code, you have to compile and link it. Compilation is translating the source code into machine language, linking is adding functionality from libraries like drawing a circle, writing or printing text.

See