libtool
brew install libtool
v2.5.4
GPL-2.0-or-later
Shared library build tool that generates portable scripts for compiling, linking, and installing cross-platform libraries.
Why you might care
Libtool abstracts away platform-specific details when building shared libraries, handling .so, .dylib, and .dll creation uniformly across Unix-like systems and Windows. It's a core build dependency for thousands of GNU autotools-based projects; if your `./configure && make` uses libtool, you need it installed. Developers rarely interact with it directly—it works behind the scenes via automake and autoconf.
44.8k
30-day installs · #143
166.3k
90-day · #127
623.8k
365-day · #108
Runtime dependencies
Links
- https://www.gnu.org/software/libtool/
- Brew formula source: Formula/lib/libtool.rb
Caveats
All commands have been installed with the prefix "g". If you need to use these commands with their normal names, you can add a "gnubin" directory to your PATH from your bashrc like: PATH="$HOMEBREW_PREFIX/opt/libtool/libexec/gnubin:$PATH"
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"pkg-config",
"CMake",
"Meson"
],
"build_dependencies": [],
"categories": [
"build-system",
"library"
],
"caveats": "All commands have been installed with the prefix \"g\".\nIf you need to use these commands with their normal names, you\ncan add a \"gnubin\" directory to your PATH from your bashrc like:\n PATH=\"$HOMEBREW_PREFIX/opt/libtool/libexec/gnubin:$PATH\"\n",
"conflicts_with": [],
"dependencies": [
"m4"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Generic library support script",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:40:41+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "libtool",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://www.gnu.org/software/libtool/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "Libtool\n- GNU Project - Free Software Foundation",
"installs_30d": 44775,
"installs_365d": 623761,
"installs_90d": 166348,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "GPL-2.0-or-later",
"llm_generated_at": "2026-06-20T23:42:59+00:00",
"llm_model": "claude-haiku-4-5",
"name": "libtool",
"oldnames": [],
"one_liner": "Shared library build tool that generates portable scripts for compiling, linking, and installing cross-platform libraries.",
"optional_dependencies": [],
"rank_30d": 143,
"rank_365d": 108,
"rank_90d": 127,
"raw_hash": "9e83eb1a2c540cb4",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/lib/libtool.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "2.5.4",
"versioned_formulae": [],
"why_use_this": "Libtool abstracts away platform-specific details when building shared libraries, handling .so, .dylib, and .dll creation uniformly across Unix-like systems and Windows. It\u0027s a core build dependency for thousands of GNU autotools-based projects; if your `./configure \u0026\u0026 make` uses libtool, you need it installed. Developers rarely interact with it directly\u2014it works behind the scenes via automake and autoconf."
}