Hi, You are missing something called from the script: /bin/bash, aclocal,autoheader, automake or autoreconf. Try running them one by one: aclocal autoheader automake --add-missing autoreconf That should tell you exactly what's not found. Install it and run autosh.sh if it's the shell (/bin/bash) change it to /bin/sh. have fun, alex