DLL Programmer's Guide for TNS/E Systems
Essential DLL Facility Controls
DLL Programmer’s Guide for TNS/E Systems—527252-006
2-23
Linker and Loader Errors
4. By default, the linker uses only the linkfiles from an archive that resolve currently
unresolved symbols. [Selecting Linkfiles from Archives on page 2-7]
5. By default, the linker exports those symbols for which your compiler sets the
xport bit in the external symbol table. [Controlling Which Symbols Your Loadfile
Exports on page 5-5]
6. The linker builds a loadfile that, by default, re-exports no other DLLs. [How to Make
Your Loadfile Re-Export Symbols of Other DLLs on page 2-15]
7. If you specify an output file for the DLL you are linking but no DLL name, the linker
gives the resulting DLL the same name as the file. [Naming DLLs on page 2-3]
8. If you specify a DLL name for the DLL you are linking but no output file, the linker
gives the output file the same name as the DLL. [Naming DLLs on page 2-3]
9. If you specify neither a DLL name nor an output file for the DLL you are linking, the
linker gives them both the same name, as defined in Naming DLLs on page 2-3.
10. By default, the linker sets the system type of your loadfile as defined in Execution-
Target System Type on page 2-22. [How to Set Run-Time Attributes of Your
Loadfile on page 5-6.]
Linker and Loader Errors
Linker errors described in this document cause the link to terminate with all the files
involved in the link left as they were before the link started. Fatal loader errors cause
the load operation to abort, but have no effect on other system operation.
For a complete list of eld error messages, with cause/effect/recovery information see
the eld Manual.










