next up previous
Next: Dynamic Loading Up: Dynamic Linking and Previous: Dynamic Linking and

Dynamic Linking

When one uses a C compiler under a Unix system to generate an executable from the C source code, the C compiler driver will usually invoke a C preprocessor, compiler, assembler and link editor in that order to translate the C language code into the executable file.

There is nothing special which needs to be done by the programmer to take advantage of shared libraries with dynamic linking. Everything is transparent to programmers as well as to users.



next up previous
Next: Dynamic Loading Up: Dynamic Linking and Previous: Dynamic Linking and



J.H.M.Dassen
Tue Aug 1 14:18:10 MDT 1995