| |
| | Linking with dynamically linked libraries |
 | | The standard C library that is first searched for in this arrangement (-dy) is a dynamically linked library called libc.so, which means that the functions you have called are linked with your program at run time. |
 | | Because of the -dy option, the link editor chooses the dynamically linked library implementation of a library, libx.so, in preference to the archive library implementation, libx.a, in the same directory. |
 | | The dynamically linked library version of the standard C library is, then, libc.so; libc.a is the archive version; and libc_s.a is the static shared library version. |
| docsrv.caldera.com:507 /en/tools/ccs_linkedit_defaults.html (425 words) |
|