View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > Object file

From LQWiki

(Redirected from Object files)
Jump to: navigation, search

object files are libraries, that means they provide functions, but are not executable. They are binaries and can be linked into executable files.

You can use nm to see what symbols are defined in an object file.


Share

Personal tools