s g*_* g 8 apt autotools 12.04 software-installation
这与https://askubuntu.com/questions/453660/warning-automake-1-11-is-probably-too-old非常相似
在 Ubuntu 12.04 LTS 上,我收到以下错误消息:
WARNING: 'automake-1.14' is missing on your system.
You should only need it if you modified 'Makefile.am' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'automake' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
make: *** [../Makefile.in] Error 1
Run Code Online (Sandbox Code Playgroud)
我试图用来apt-get安装最新的 automake,但它声称我已经是最新的。然而,我拥有的 automake 版本是 1.11,所以很明显我不是最新的。我确实想继续automake1.11使用系统,这样我就不会破坏任何依赖它的东西。
我如何获得最新版本才能克服这个错误?
用
sudo apt-get autoremove automake
sudo apt-get install automake
Run Code Online (Sandbox Code Playgroud)
这应该会让你进入 1.14.1 版本,这是我的系统 14.04 的结果。
小智 8
在 Ubuntu 软件包上,automake 1.14仅适用于 Trusty 及更高版本。但是当然您可以自己构建包。
Debian Git Repository , Groovy Automake Package -您也可以在这里下载二进制文件。
祝你好运。
| 归档时间: |
|
| 查看次数: |
75360 次 |
| 最近记录: |