【发布时间】:2019-09-07 01:40:50
【问题描述】:
我正在尝试编译和构建 automake 1.16,但它以下列方式失败:
help2man: can't get `--help' info from automake-1.16
Try `--no-discard-stderr' if option outputs to stderr
make: *** [doc/automake-1.16.1] Error 255
我在 Stackoverflow 和 Github 上搜索并发现了类似的问题,解决方案是“yum install perl-Thread-Queue”
但我没有 root 访问权限。如何在不安装“perl-Thread-Queue”的情况下成功编译 automake?我需要这个特定版本的 automake 来编译另一个包。
【问题讨论】: