| ||||||||
Technical Support On-Line Manuals BL51 User's Guide | Searching LibrariesThe BL51 Linker searches for libraries specified on the command line and for libraries specified in an object module. When a Compiler creates an object module from a high-level-language program (like C) the names of the default libraries are included in that object module. The linker uses the same method to find library files no matter how they are specified. If the library file includes a path specification, the linker searches for that library only in the specified path. Libraries specified by object modules do not include path specifications. If a library file does not include a path specification, the linker searches for it in:
Object files created by the compiler typically contain the names of the required standard libraries. Additional library specifications are not needed unless you want to:
Refer to the Input Modules section of the Map File to determine what libraries are included in a program. | |||||||
| ||||||||