.SO File Extension

Generic Icon
File TypeShared Library
DeveloperN/A
Popularity3 stars
CategoryDeveloper Files
File Description

Shared library loaded by C and C++ programs when they start; contains functions and other shared program logic; used for loading common libraries into memory so multiple programs can use the same codebase even though they run in separate operating system processes.

Shared libraries can be created from .O files, which contain compiled C or C++ code. SO files are typically saved to designated places in the file system and then linked to by programs that require their functions.

SO files are commonly built with the "gcc" C/C++ compiler that is part of the GNU Compiler Collection (GCC).

Program(s) that open .SO files
Mac OS X Logo
Mac OS
Icon GNU project C and C++ compiler (GCC)
Linux Logo
Linux
Icon GNU project C and C++ compiler (GCC)
Updated 7/13/2010  

http://www.fileinfo.com/extension/so

Copyright © 2012 FileInfo.com