The libunwind package contains a portable and efficient C programming interface (API) to determine the call-chain of a program. The API additionally provides the means to manipulate the preserved (callee-saved) state of each call-frame and to resume execution at any point in the call-chain (non-local goto). The API supports both local (same-process) and remote (across-process) operation.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.savannah.nongnu.org/releases/libunwind/libunwind-1.6.2.tar.gz
ダウンロード MD5 sum: f625b6a98ac1976116c71708a73dc44a
ダウンロードサイズ: 884 KB
必要ディスク容量: 20 MB (with tests)
概算ビルド時間: 0.2 SBU (with tests)
texlive-20230313 (latex2man のため)
以下のコマンドを実行して libunwind をビルドします。
./configure --prefix=/usr --disable-static && make
ビルド結果をテストする場合は make check を実行します。 run-coredump-unwind、run-coredump-unwind-mdi という 2 つのテストは失敗します。
root
ユーザーになって以下を実行します。
make install
--disable-static
:
このスイッチはスタティックライブラリをインストールしないようにします。