pkg.sopackage field notes

brew / 順位 110

libtool を Homebrew でインストール

libtool のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install libtool

provider-native install command

概要

パッケージ概要

Generic library support script

コマンドとエイリアス

  • glibtool
  • glibtoolize
  • libtool
  • libtool-next-version
  • libtoolize

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 1996: GNU Libtool project origin, inferred from the GNU news page's March 15, 1999 third-birthday note.
  • 1998: GNU Libtool 1.1-era documentation described the tool as generic shared-library support for GNU packages.
  • 1999: GNU Libtool 1.3 added libltdl and broader platform support.
  • 2000: GNU's old news page recorded continued 1.3.x maintenance releases.
  • 2024: GNU Libtool 2.5.4 documentation described the maintained manual edition.

Related projects

  • GNU Autoconf and GNU Automake are the companion build-system tools with which Libtool was designed to integrate.
  • GNU libltdl is distributed with Libtool to abstract dynamic module loading.
  • slibtool is a later independent implementation in the same problem space.

セキュリティ状態

リスクレベル: グリーン

library-like package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
glibtool実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
glibtoolize実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
libtool実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
libtool-next-version実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
libtoolize実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版2.6.2
マネージャ更新日
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:libtool
バージョン2.6.2
パッケージマネージャHomebrew
ホームページhttps://www.gnu.org/software/libtool/
Bottle未記録
サービス宣言なし

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • curated package history
  • pkgdb category and tag curation