Go to the first, previous, next, last section, table of contents.


Invoking libtool

The libtool program has the following synopsis:

libtool [option]... [mode-arg]...

and accepts the following options:

`-n'
`--dry-run'
Don't create, modify, or delete any files, just show what commands would be executed by libtool.
`--features'
Display libtool configuration information and exit. This provides a way for packages to determine whether shared or static libraries will be built.
`--finish'
Same as `--mode=finish'.
`--help'
Display a help message and exit. If `--mode=mode' is specified, then detailed help for mode is displayed.
`--mode=mode'
Use mode as the operation mode. By default, the operation mode is inferred from the contents of mode-args. If mode is specified, it must be one of the following:
`compile'
Compile a source file into a libtool object.
`dlname'
Find the correct name that programs should dlopen(3).
`finish'
Complete the installation of libtool libraries on the system.
`install'
Install libraries or executables.
`link'
Create a library or an executable.
`uninstall'
Delete libraries or executables.
`--version'
Print libtool version information and exit.


Go to the first, previous, next, last section, table of contents.