libtool

A generic library support script that hides the complexity of using shared libraries behind a consistent, portable interface. More information: https://www.gnu.org/software/libtool/manual/libtool.html#Invoking-libtool.

libtool {{[c|compile]}} gcc {{[-c|--compile]}} {{path/to/source.c}} {{[-o|--output]}} {{path/to/source.lo}}

libtool {{[l|link]}} gcc {{[-o|--output]}} {{path/to/library.lo}} {{path/to/source.lo}}

libtool {{[e|execute]}} gdb {{path/to/program}}

libtool {{[i|install]}} cp {{path/to/library.la}} {{path/to/installation_directory}}

libtool {{[f|finish]}} {{path/to/installation_dir}}

libtool {{[u|uninstall]}} {{path/to/installed_library.la}}

libtool {{[cl|clean]}} rm {{path/to/source.lo}} {{path/to/library.la}}