Hi,
I just tried again with sudo:
usr@pc$ sudo autoreconf -i
[sudo] password for usr:
Can't exec "aclocal": No such file or directory at /usr/bin/autoreconf2.50 line 182.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf2.50 line 182.
Can't exec "automake": No such file or directory at /usr/bin/autoreconf2.50 line 183.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf2.50 line 183.
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4
autoreconf2.50: failed to run aclocal: No such file or directory
--------------------------
So I guess "Either aclocal and automake aren't installed"? How do I install them? Thanks.
Main Topics
Browse All Topics





by: rindiPosted on 2008-11-06 at 12:46:46ID: 22899347
Either aclocal and automake aren't installed, or you forgot to use "sudo" to run the command.