Name

ldd — Print shared library dependencies

Synopsis

ldd [OPTION]... FILE...
      

Options

  -h, --help              print this help and exit
  -V, --version           print version information and exit
  -r, --function-relocs   process data and function relocations
                          (currently unimplemented)
  -u, --unused            print unused direct dependencies
                          (currently unimplemented)
  -v, --verbose           print all information
                          (currently unimplemented)

Description

ldd prints the shared libraries (DLLs) an executable or DLL is linked against. No modifying option is implemented yet.