hi, all, i tried to install automake-1.9.6 on solaris, encounting the following error msg when "make": bash-2.03# uname -a SunOS md02 5.8 Generic_108528-29 sun4u sparc SUNW,Sun-Fire-V240 bash-2.03# pwd /var/spool/pkg/gnu/automake-1.9.6 bash-2.03# make Making all in . cd . && perllibdir=/var/spool/pkg/gnu/automake-1.9.6"/lib:./lib" /var/spool/pkg/gnu/automake-1.9.6/aclocal --acdir=m4 bash: /var/spool/pkg/gnu/automake-1.9.6/aclocal: No such file or directory *** Error code 1 make: Fatal error: Command failed for target `aclocal.m4' Current working directory /var/spool/pkg/gnu/automake-1.9.6 *** Error code 1 make: Fatal error: Command failed for target `all-recursive'
i could not find any help on this case from internet. but when i changed to automake-1.8.5, everything is OK except "make install" said: bash: lib/install-sh: Permission denied but this is easy to fix. in one word, i think there is some bug in automake-1.9.6. anyone could give out some info or encounter the same case?