What is the difference between .a and .gz?
- Extension
- .a
- .gz
- Format
- Binary
- Category
- Developer
- Compressed
- Developer
- Apple Inc.
- The GNU Project
- Description
- A Static Library, typically denoted by the file extensions `.a` on Unix-like systems or `.lib` on Windows, is a collection of compiled object code modules that are linked into applications during the build process, rather than being loaded dynamically at runtime. This type of library contains a set of routines, external functions and variables, which are resolved and incorporated into the final executable file by a linker.
- This is a compressed archive file that contains one or more files compressed by standard GNU zip (gzip) compression algorithm. It is mainly used by Unix OS.
- MIME Type
- application/x-sharedlib
- application/x-compressed
- Sample
- sample.gz
- Wikipedia
- .a on Wikipedia
- .gz on Wikipedia