| |||
| Home > Linker command-line options > --symver_soname | |||
This option enables implicit symbol versioning to force static
binding. Where a symbol has no defined version, the linker uses
the shared object name (SONAME)
contained in the file being linked.
This is the default if you are generating a Base
Platform Application Binary Interface (BPABI) compatible
executable file but where you do not specify a version script with
the option --symver_script.
Using the Linker: