【问题标题】:needed packages to run autoreconf and configure on debian wheezy在 debian wheezy 上运行 autoreconf 和配置所需的软件包
【发布时间】:2015-03-04 17:20:37
【问题描述】:

在 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

【问题讨论】:

  • aclocalautomake 包中找到
  • 谢谢,成功了。如果你想自己把它变成一个答案,我会接受它:sudo apt-get install binutils make csh g++ sed gawk autoconf automake autotools-dev

标签: linux autotools autoreconf


【解决方案1】:

随便用

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-09-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多