Dell Optiplex GXa SolarisTM 9  x86  12/02

binutils-2.15

戻る
※事前にlibtoolがインストールされている必要がある。 gccの3.x系ではコンパイルが出来ないので、Companion-CDのgcc-2.95.3を使用する。 必要なソフトウェア:
binutils-2.15.tar.gz (17-May-2004 Release)
ftp://ftp.gnu.org/pub/gnu/binutils/(本家) ftp://ftp.cs.titech.ac.jp/pub/gnu/binutils/(国内ミラー) ftp://core.ring.gr.jp/pub/GNU/binutils/(国内ミラー)
インストール:
作業ディレクトリを作成する。
mkdir /opt/src/binutils-2.15
作成した作業ディレクトリに移動する。
cd /opt/src/binutils-2.15
アーカイブをダウンロードする。
wget ftp://ftp.cs.titech.ac.jp/pub/gnu/binutils/binutils-2.15.tar.gz
ダウンロードしたアーカイブを解凍する。
tar xozf binutils-2.15.tar.gz
解凍したディレクトリに移動する。
cd binutils-2.15
SoftwareCompanionのパスを通して、最適化スクリプトを実行する。
PATH=/opt/sfw/bin:usr/local/bin:/usr/bin ./configure
コンパイルする。
make
SuperUserになる。
su password:
インストールする。
make install
以下のバイナリが /usr/local/bin/ 内にインストールされた
addr2line/ar/as/c++filt/gasp/gprof/ld/nm objcopy/objdump/ranlib/size/strings/strip