Programming-related Commands
(Redirected from Programming-related commands)
Jump to navigation
Jump to search
Some programming-related commands:
- compiling
- linking and libraries (see also Library-related_Commands_and_Files)
- ar - tool for creating, modifying, and extracting from archives
- ld - the GNU linker
- ldconfig
- ldd
- ld.so
- pkg-config - tool for outputting linker and compiler flags for a given library
- dealing with object files (see also binutils)
- debugging
Main article: debuggers
- build tools
- source code tagging
- misc
- addr2line - converts addresses into file names and line numbers
- file - find out file type (like "link", "executable" or shared object)
- strings - finds printable strings in a file