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 回答