libtool
Verified for current stable LTS
Libtool Commands
Libtool command syntax with verified terminal examples.
Commands
7 commands for Libtool
libtool Operations
Libtool Command: Clean Uninstalled Libraries Or Executables
libtool cl rm <path/to/source.lo> <path/to/library.la> libtool Operations
Libtool Command: Compile Source File Libtool Object
libtool c gcc -c <path/to/source.c> -o <path/to/source.lo> libtool Operations
Libtool Command: Create Library Or Executable
libtool l gcc -o <path/to/library.lo> <path/to/source.lo> libtool Operations
Libtool Command: Finish Installation Of Libtool Libraries
libtool f <path/to/installation_directory> libtool Operations
Libtool Command: Install Shared Library
libtool i cp <path/to/library.la> <path/to/installation_directory> libtool Operations
Libtool Command: Set Library Path For Execution
libtool e gdb <path/to/program> libtool Operations
Libtool Command: Uninstall Installed Libraries Or Executables
libtool u <path/to/installed_library.la> Suggest a Libtool Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Libtool workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.