<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Linker (computing) - Page 10 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Linker_(computing)&amp;p=9">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Linker_%28computing%29&amp;p=11">3.Next</a>
</p>
<p>linking, deferring the resolution of some undefined symbols until a program is run. That means that the executable code still contains undefined symbols, plus a list of objects or libraries that will provide definitions for these. Loading the program will load these objects/libraries as well, and perform a final linking.</p>

<p>This approach offers two advantages:</p>

<p>
* Often-used libraries (for example the standard system libraries) need to be stored in only one location, not duplicated in every single executable file, thus saving limited</p><p>
<a accesskey="1" href="page.php?w=Linker_(computing)&amp;p=9">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Linker_%28computing%29&amp;p=11">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
