Scroll to navigation

MKLIBS(1) Debian User's Manual MKLIBS(1)

NAME

mklibs - make a minimal set of libraries

SYNOPSIS

mklibs [OPTION]... -d DESTINATION FILE...

DESCRIPTION

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

OPTIONS

Place the libraries in DESTINATION.
Omit the default library path.
Prepend LIBDIR(s) to the library search path.
Use LDLIB for the dynamic linker.
Use EXTRADIR to find extra libc files.
Prepend TARGET- to the gcc and binutils calls.
Search in ROOT- for library rpaths.
Locate libraries and associated files relative to SYSROOT.
Pass OPTIONS to the compiler when relinking.
Use DIR (for example, lib64) in place of lib in default library paths.
Explain what is being done.
Display help and exit.

BUGS

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

AUTHOR

This manual page was written by Matt Kraai.

2002-07-07 Debian