xixixixi 发表于 2006-9-4 10:12:11

make eva出错。已自己解决。

myos:/home/osirs/eva# make
cd . && make -f admin/Makefile.common configure.in ;
make: Entering directory `/home/osirs/eva'
make: Leaving directory `/home/osirs/eva'
cd . && /bin/sh /home/osirs/eva/admin/missing --run aclocal-1.6
/home/osirs/eva/admin/missing: line 46: aclocal-1.6: command not found
WARNING: `aclocal-1.6' is missing on your system.You should only need it if
         you modified `acinclude.m4' or `configure.in'.You might want
         to install the `Automake' and `Perl' packages.Grab them from
         any GNU archive site.
cd . && \
/bin/sh /home/osirs/eva/admin/missing --run automake-1.6 --gnuMakefile
/home/osirs/eva/admin/missing: line 46: automake-1.6: command not found
WARNING: `automake-1.6' is missing on your system.You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.in'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
cd . && perl admin/am_edit Makefile.in
cd . && rm -f configure
cd . && make -f admin/Makefile.common configure
make: Entering directory `/home/osirs/eva'
./admin/cvs.sh: line 11: autoconf: command not found
make: *** 错误 1
make: Leaving directory `/home/osirs/eva'
make: *** 错误 2


apt-get install automake
真搞人。555
页: [1]
查看完整版本: make eva出错。已自己解决。