FileInfo.comFileInfo.com
# A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

.SO File Extension

TIP: Run a free scan for .SO file extension errors.

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
Sponsored Links
Updated 7/13/2010