ld Manual

ld Options
ld Manual529650.001
2-5
-allow_duplicate_procs
-allow_duplicate_procs
Directs ld to unconditionally accept multiple copies of procedures, rather than to
accept multiple copies of procedures only if the procedures are marked as duplicatable
by C++.
The only check made is that all copies of the procedure have the same procedure
attributes However it is acceptable if they have different sizes.
-allow_missing_libs
Prevents ld from stopping when it cannot find an archive or library specified by -l or
-lib. Instead of stopping, ld issues a warning and continues to process the input file.
-allow_multiple_mains
Prevents ld from issuing an error message if more than one procedure has the MAIN
attribute.
All “main” procedures are included in the output file, but only the first procedure having
the MAIN attribute is listed as the main entry point in the file header.
-ansistreams
Directs C run-time library functions to create files of type 180 (C binary) instead of type
101(edit).
The type of files created can also be set with the ANSISTREAMS C and C++ compiler
pragma.
-allow_duplicate_procs
-allow_missing_libs
-allow_multiple_mains
-ansistreams