libtool
Verified for current stable LTS
Libtool Command: Clean Uninstalled Libraries Or Executables
Use for clean uninstalled libraries or executables with Libtool. Exact CLI syntax to clean uninstalled libraries or executables using Libtool.
When to use this: Use for clean uninstalled libraries or executables with Libtool.
Command Syntax
libtool cl rm <path/to/source.lo> <path/to/library.la> libtool cl rm <path/to/source.lo> <path/to/library.la> Live Command Builder
Final Command
libtool cl rm <path/to/source.lo> <path/to/library.la> Command Breakdown
libtool is the base executable for this command.
FAQ
Purpose: Exact syntax to clean uninstalled libraries or executables using Libtool.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Libtool Command: Compile Source File Libtool Object
libtool c gcc -c <path/to/source.c> -o <path/to/source.lo> Libtool Command: Create Library Or Executable libtool l gcc -o <path/to/library.lo> <path/to/source.lo> Libtool Command: Finish Installation Of Libtool Libraries libtool f <path/to/installation_directory> Libtool Command: Install Shared Library libtool i cp <path/to/library.la> <path/to/installation_directory> Libtool Command: Set Library Path For Execution libtool e gdb <path/to/program>