| |
| | Building Shared Libraries (Site not responding. Last check: 2007-11-07) |
 | | However, if you are using ELF, you can easily make shared libraries, so each binary you link against your library doesn't keep it's own copy of all the code - resulting in smaller binaries. |
 | | This shouldn't be used if you are distributing binaries, and people won't have a copy of the library on their computer. |
 | | By convention, minor versions are compatible, but just bug fixes or whatever, while major versions are not compatible with each other. |
| www.bluegum.com /Software/Shared.html (213 words) |
|