macOS
brew install libtoollocal Homebrew formula metadata
sudo port install libtoolMacPorts ports tree · devel/libtool/Portfile · ソース: api.github.com
brew
libtool のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install libtoollocal Homebrew formula metadata
sudo port install libtoolMacPorts ports tree · devel/libtool/Portfile · ソース: api.github.com
sudo apk add libtoolAlpine Linux edge package indexes · libtool · ソース: dl-cdn.alpinelinux.org
sudo apt install libtoolDebian stable package indexes · libtool · ソース: deb.debian.org
sudo dnf install libtoolFedora Rawhide package metadata · libtool · ソース: dl.fedoraproject.org
nix profile install nixpkgs#libtoolnixpkgs package indexes · libtool · ソース: raw.githubusercontent.com
sudo pacman -S libtoolArch Linux sync databases · libtool · ソース: geo.mirror.pkgbuild.com
sudo zypper install libtoolopenSUSE Tumbleweed package metadata · libtool · ソース: download.opensuse.org
概要
Generic library support script
履歴
GNU Libtool is the GNU portable library tool: a shell-script based layer that hides the platform-specific details of building, linking, installing, and loading shared libraries behind a consistent interface.
The Libtool manual describes the project as a response to a mid-1990s portability problem in GNU packages: shared-library support mattered, but each Unix and Unix-like platform had different compiler flags, linker behavior, filename conventions, runtime search paths, and dynamic loading rules. Libtool standardized those mechanics for package authors and was designed to integrate with Autoconf and Automake while remaining usable outside the GNU build system.
By 1999, Libtool 1.3 had added maintainers, a GNU-hosted home page, portable dlopen support through libltdl, convenience archives, export-symbol controls, and many platform fixes. The old GNU news page also notes that March 15, 1999 was treated by the team as Libtool's third birthday, placing the project origin in March 1996.
Libtool became a standard part of Autotools-era source distributions, especially for C and C++ libraries that needed to build both static and shared artifacts across GNU/Linux, BSD systems, commercial Unix variants, Cygwin, and macOS/Darwin. Its adoption is visible less as a user-facing application than as generated build infrastructure embedded in countless source tarballs.
On macOS through Homebrew, GNU Libtool is installed with prefixed executable names such as glibtool and glibtoolize to avoid colliding with Apple's system libtool command.
Package maintainers use libtool through make rules, Autoconf macros, and libtoolize-generated support files. End users usually encounter it indirectly when compiling source packages: it creates libtool object files, links libtool archives, manages PIC/non-PIC builds, and emits platform-specific install or runtime-linking commands.
Libtool is package-nerd famous because it solved a real portability mess and also became a recognizable source of noisy build logs, relinking steps, .la files, and platform edge cases. Understanding it explains a large slice of classic Unix packaging, Autotools conventions, and why Homebrew exposes GNU Libtool as glibtool.
セキュリティ状態
library-like package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
glibtool | cli | グローバル実行可能ファイル | |
glibtoolize | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://www.gnu.org/software/libtool/
インストールメタデータ
| パッケージキー | brew:libtool |
|---|---|
| バージョン | 2.5.4 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/libtool |
| ホームページ | https://www.gnu.org/software/libtool/ |
| リポジトリ | https://git.savannah.gnu.org/cgit/libtool.git |
| 上流ドキュメント | https://www.gnu.org/software/libtool |
| ライセンス | GPL-2.0-or-later |
| ソースアーカイブ | https://ftpmirror.gnu.org/gnu/libtool/libtool-2.5.4.tar.xz |
| 最終更新 | 2026-06-22T14:05:23-07:00 |
| Pulse | updated |
| 依存関係 | m4 |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sequoia, sonoma, tahoe, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
| 注意点 | 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" |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libtool |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
libltdl-dev 2.5.4-4
System independent dlopen wrapper for GNU libtool (headers)
https://www.gnu.org/software/libtool/
sudo apt install libltdl-devlibltdl7 2.5.4-4
System independent dlopen wrapper for GNU libtool
https://www.gnu.org/software/libtool/
sudo apt install libltdl7libtool 2.5.4-4
Generic library support script
https://www.gnu.org/software/libtool/
sudo apt install libtoollibtool-bin 2.5.4-4
Generic library support script (libtool binary)
https://www.gnu.org/software/libtool/
sudo apt install libtool-binlibtool-doc 2.5.4-4
Generic library support script (documentation)
https://www.gnu.org/software/libtool/
sudo apt install libtool-doclibtool
nix profile install nixpkgs#libtoollibltdl-dev 2.4.7-7build1
System independent dlopen wrapper for GNU libtool (headers)
https://www.gnu.org/software/libtool/
sudo apt install libltdl-devlibltdl7 2.4.7-7build1
System independent dlopen wrapper for GNU libtool
https://www.gnu.org/software/libtool/
sudo apt install libltdl7libtool 2.4.7-7build1
Generic library support script
https://www.gnu.org/software/libtool/
sudo apt install libtoollibtool-bin 2.4.7-7build1
Generic library support script (libtool binary)
https://www.gnu.org/software/libtool/
sudo apt install libtool-binlibtool-doc 2.4.7-7build1
Generic library support script (documentation)
https://www.gnu.org/software/libtool/
sudo apt install libtool-doclibltdl 2.6.0-r1
Runtime libraries for GNU Libtool Dynamic Module Loader
https://www.gnu.org/software/libtool/
sudo apk add libltdllibltdl-static 2.6.0-r1
Generic library support script (static library)
https://www.gnu.org/software/libtool/
sudo apk add libltdl-staticlibtool 2.6.0-r1
Generic library support script
https://www.gnu.org/software/libtool/
sudo apk add libtoollibtool-doc 2.6.0-r1
Generic library support script (documentation)
https://www.gnu.org/software/libtool/
sudo apk add libtool-doclibtool 2.5.4-10.fc44
The GNU Portable Library Tool
http://www.gnu.org/software/libtool/
sudo dnf install libtoolソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.