| |||
| Home > Linker command-line options > --import_unresolved, --no_import_unresolved | |||
When linking a shared object with --sysv --shared unresolved
symbols are normally imported.
If you explicitly list object files on the linker command-line,
specify the --no_import_unresolved option so that
any unresolved references cause an undefined symbol error rather
than being imported.
--import_unresolved is the default option.