ベンダー供給の次のツールが使用可能であることを、確認して 下さい。インストールしてあっても、path が設定してなかったり、 リンクが張ってない為に、使えないこともあります。% uname -a HP-UX cadre B.10.20 A 9000/735 2007548337 two-user license
% which tar /bin/tar % which as /bin/as % which cc /bin/cc
gzip-1.2.4a.tar.gz を、他のマシーンで、gunzip をかけ、gzip-1.2.4a.tar にします。path の設定をします。
% tar xvf gzip-1.2.4a.tar
% cd gzip-1.2.4a
% ./configure --prefix=/usr/local/gnu
% make
# make install
% gunzip -c wget-1.5.3.tar.gz | | tar xvf -次のようなスクリプトで、ファイルをダウンロードできる ようになります。プロキシーサーバーは、環境によって 変更して下さい。
% cd wget-1.5.3
% ./configure --prefix=/usr/local/gnu
% make
# make install
#! /bin/sh # export http_proxy="192.19.01.02:80" DIR=http://ring.so-net.ne.jp/pub/GNU/texinfo wget $DIR/texinfo-4.0.tar.gz
% gunzip -c wget-1.5.3.tar.gz | tar xvf -
% cd wget-1.5.3
% ./configure --prefix=/usr/local/gnu
% make
# make install
% gunzip -c bison-1.28.tar.gz | tar xvf -
% cd bison-1.28
% ./configure --prefix=/usr/local/gnu
% make
# make install
% gunzip -c flex-2.5.4a.tar.gz | tar xvf -
% cd flex-2.5.4a
% ./configure --prefix=/usr/local/gnu
% make
# make install
% gunzip -c texinfo-4.0.tar.gz | tar xvf -
% cd texinfo-4.0
% ./configure --prefix=/usr/local/gnu
% make
# make install
% gunzip -c gcc-2.7.2.3.tar.gz | tar xvf -fixincludes を編集する必要があります。
% cd gcc-2.7.2.3
% chmod +w fixincludes
276 行目の、
/\\$/
を、
/\\\n$/
に変更します。% ./configure --prefix=/usr/local/gnu
% make
# make install
% gunzip -c py152.tar.gz | tar xvf -次のようにリンクを張ると、スクリプトの変更が不要になります。
% cd Python-1.5.2
% ./configure --prefix=/usr/local/gnu
% make
# make install
% ls /usr/local/gnu/bin bison gunzip python c++ gzexe python1.5 c++filt gzip sed chill hppa1.1-hp-hpux10.20-gcc texi2dvi cpp info texindex flex install-info unprotoize flex++ jcf-dump wget g++ jv-scan xgettext g77 makeinfo zcat gcc msgcmp zcmp gcj msgcomm zdiff gcjh msgfmt zforce gcov msgmerge zgrep gettext msgunfmt zmore gettextize protoize znew