4

.debこれらのコマンドを debian wheezy Linux で実行するために必要なパッケージは何ですか?

cd software_that_builds_with_autotools
autoreconf --install &&\
./configure --prefix=/opt/foo/bar &&\
make && make install

以下をインストールしようとしましたが、まだ不足していると表示されますaclocal

apt-get install binutils make csh g++ sed gawk autoconf autotools-dev

Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory
4

1 に答える 1

10

使うだけ

sudo apt-get install binutils make csh g++ sed gawk autoconf automake autotools-dev
于 2015-03-04T17:50:56.240 に答える