SPRUIG8J January 2018 – March 2024
You can build libraries from any type of files. The linker accepts archive libraries as input. It can use libraries that contain individual object files.
One of the most useful applications of the archiver is building libraries of object modules. For example, you can write several arithmetic routines, assemble them, and use the archiver to collect the object files into a single, logical group. You can then specify the object library as linker input. The linker searches the library and includes members that resolve external references.