On Tue, Jan 28, 2014 at 05:54:13PM +0000 or thereabouts, Stuart Henderson wrote: > > Please copy and paste the commands you type to attempt the build, and the > full output.. >
Thanks for taking so much interest. This is the content of the bootstrap script so you can see why it has to fail: if ! test -d m4 ; then mkdir m4 else rm -f m4/* fi cat /dev/null > aclocal.m4 cat /dev/null > m4-macros libtoolize -c --force aclocal -I m4 autoconf && automake - - - And the error message is: ./bootstrap[27]: libtoolize: not found ./bootstrap[28]: aclocal: not found ./bootstrap[29]: autoconf: not found Clearly these commands are not on the system. I'm not sure if this is important. I'll post configure outputs separately Maurice