Single ELF relocatable file instead of archive as static library
20:27 17 Dec 2025

Historically, why was it decided to use archives (.ar) as static library instead of merging several ELF relocatable files (.o) into one to use as the library?

Would there be any advantages (not considering that everything is used to working with archives) to use one over the other nowadays?

elf static-linking