libtool
A generic library support script that hides the complexity of using shared libraries behind a consistent, portable interface.
More info →Options (9)
booleanCompile a source file into a `libtool` object
libtool {{[c|compile]}} gcc {{[-c|--compile]}} {{path/to/source.c}} {{[-o|--output]}} {{path/to/source.lo}}-c, --compilebooleanCompile a source file into a `libtool` object
libtool {{[c|compile]}} gcc {{[-c|--compile]}} {{path/to/source.c}} {{[-o|--output]}} {{path/to/source.lo}}-o, --outputbooleanCompile a source file into a `libtool` object
libtool {{[c|compile]}} gcc {{[-c|--compile]}} {{path/to/source.c}} {{[-o|--output]}} {{path/to/source.lo}}booleanCreate a library or an executable
libtool {{[l|link]}} gcc {{[-o|--output]}} {{path/to/library.lo}} {{path/to/source.lo}}booleanAutomatically set the library path so that another program can use uninstalled `libtool` generated programs or libraries
libtool {{[e|execute]}} gdb {{path/to/program}}booleanInstall a shared library
libtool {{[i|install]}} cp {{path/to/library.la}} {{path/to/installation_directory}}booleanComplete the installation of `libtool` libraries on the system
libtool {{[f|finish]}} {{path/to/installation_directory}}booleanDelete installed libraries or executables
libtool {{[u|uninstall]}} {{path/to/installed_library.la}}booleanDelete uninstalled libraries or executables
libtool {{[cl|clean]}} rm {{path/to/source.lo}} {{path/to/library.la}}Examples (7)
Compile a source file into a `libtool` object
Create a library or an executable
Automatically set the library path so that another program can use uninstalled `libtool` generated programs or libraries
Complete the installation of `libtool` libraries on the system
libtool [f|finish] path/to/installation_directoryDelete installed libraries or executables
libtool [u|uninstall] path/to/installed_library.la