使用以下命令安装自动制作 wget http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz
./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
Run Code Online (Sandbox Code Playgroud)
我不知道该怎么办!
另一件事是我尝试运行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.
Run Code Online (Sandbox Code Playgroud)
请帮忙!
您还有其他问题吗?
小智 1
perl-Thread-Queue.noarch需要;
如果您的操作系统是centos,请尝试以下操作:
yum install perl-Thread-Queue.noarch
Run Code Online (Sandbox Code Playgroud)