LFS Book: 6.13.Binutils-2.15.94.0.2.2
LFS本システムで使用するbinutilsをインストールします。以下のコマンドを実行します。なお、インストール前にexpect -c "spawn ls"コマンドを実行して「spawn ls」が表示されることを確認します。
# expect -c "spawn ls"
# cd /sources
# tar jxvf binutils-2.15.94.0.2.2.tar.bz2
# mkdir -v binutils-build
# cd binutils-build
# ../binutils-2.15.94.0.2.2/configure \
>--prefix=/usr \
>--enable-shared
# make tooldir=/usr
# make check
# make tooldir=/usr install
# cp -v ../binutils-2.15.94.0.2.2/include/libiberty.h /usr/include
なお、今回のbinutilsのコンパイルにはGCC-3.4.3(LFSでインストールされたGCC)を使用するので、binutilsのパッチは必要ありません(GCC-4以上でパッチ適用する)。
コメントする