在debian wheezy Linux上运行这些命令需要什么.deb
包?
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
答案 0 :(得分:5)
只需使用
sudo apt-get install binutils make csh g++ sed gawk autoconf automake autotools-dev