【发布时间】:2017-01-01 15:15:02
【问题描述】:
使用wget http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz安装了automake
./configure --prefix=$HOME/local 适合我。
在这一步之后,我跑了make,但它失败了:
GEN bin/automake
GEN bin/aclocal
GEN t/ax/shell-no-trail-bslash
GEN t/ax/cc-no-c-o
GEN runtest
GEN lib/Automake/Config.pm
GEN doc/aclocal-1.15.1
GEN doc/automake-1.15.1
help2man: can't get `--help' info from automake-1.15
Try `--no-discard-stderr' if option outputs to stderr
make: *** [doc/automake-1.15.1] Error 2
我不知道该怎么做!
另一件事是我尝试运行 bin/aclocal 并显示:
Can't locate Automake/Config.pm in @INC (@INC contains: /home/v/varun/local/share/automake-1.15 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at bin/aclocal line 37.
BEGIN failed--compilation aborted at bin/aclocal line 37.
请帮忙!
您还需要其他问题吗?
【问题讨论】: