$ gmake
cd . && aclocal
aclocal: configure.in: 25: macro `AM_PROG_LIBTOOL' not found in library
gmake: *** [aclocal.m4] Error 1
$ make
cd . && aclocal
aclocal: configure.in: 25: macro `AM_PROG_LIBTOOL' not found in library
*** Error code 1
make: Fatal error: Command failed for target `aclocal.m4'
uname -a
SunOS growstrong 5.8 Generic_108528-12 sun4u sparc SUNW,Ultra-2
gcc -v
Reading specs from
/opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/specs
gcc version 2.95.2 19991024 (release)
Any suggestions?
|