logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mklibs - make a minimal set of libraries

Author

       This manual page was written by Matt Kraai.

Debian                                             2002-07-07                                          MKLIBS(1)

Bugs

mklibs does not support the --dry-run and --version options supported by mklibs.sh.

Description

       Place the minimal set of libraries required by FILE(s) in DESTINATION.

Name

       mklibs - make a minimal set of libraries

Options

-dDESTINATION, --dest-dirDESTINATION
              Place the libraries in DESTINATION.

       -D, --no-default-lib
              Omit the default library path.

       -LLIBDIR[:LIBDIR]...
              Prepend LIBDIR(s) to the library search path.

       --ldlibLDLIB
              Use LDLIB for the dynamic linker.

       --libc-extras-dirEXTRADIR
              Use EXTRADIR to find extra libc files.

       --targetTARGET
              Prepend TARGET- to the gcc and binutils calls.

       --rootROOT
              Search in ROOT- for library rpaths.

       --sysrootSYSROOT
              Locate libraries and associated files relative to SYSROOT.

       --gcc-optionsOPTIONS
              Pass OPTIONS to the compiler when relinking.

       --libdirDIR
              Use DIR (for example, lib64) in place of lib in default library paths.

       -v, --verbose
              Explain what is being done.

       -h, --help
              Display help and exit.

Synopsis

mklibs [OPTION]... -dDESTINATIONFILE...

See Also