简体   繁体   中英

If `so` stands for shared object, then what does `a` stand for?

Majority of *nix operating systems use .so as extension name for shared objects (libraries) and .a as extension name for static objects.

If so stands for shared object, then what does a stand for?

A static library also known as an archive . So it is .a extension.

Static and dynamic libraries

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM