ld Manual

ld Options
ld Manual529650.001
2-25
-ul
-ul
Creates a DLL as a native user library.
Use -ul when linking files together to create a DLL as a native user library.
When you specify -ul, the exported symbols are those described as exported by
-export_all unless you also use -export_not.
-unres_symbols
Directs ld what action to take when a needed symbol cannot be resolved.
error
issues an error message and stops processing. This setting is ignored when you
also use -allow_missing_libs.
ignore
ignores the missing file and continues processing. This is the default.
warn
issues a warning message but continues processing. This setting is ignored when
you also use -allow_missing_libs.
-unres_symbols produces messages regardless of the verbosity setting.
-verbose
Directs ld to write error, warning, and informational messages to its output listing,
along with output specified by other options.
-noverbose or -no_verbose prevents ld from writing warning and informational
messages to its output listing. The default for the OSS and PC versions of ld is
-noverbose. The default for the Guardian version of ld is -noverbose.
You can specify -warn, -verbose, and -noverbose or -no_verbose as often as you
want in the command line or a command file. The value used is the final value entered.
-ul
-unres_symbols { error | ignore | warn }
-verbose