libpostal icon indicating copy to clipboard operation
libpostal copied to clipboard

bootstrap.sh failure on Linux

Open nigelhorne opened this issue 3 years ago • 0 comments

This is a new linux machine. I ran "sudo yum install curl autoconf automake libtool pkgconfig" first.

$ ./bootstrap.sh
configure.ac:12: installing './install-sh'
configure.ac:12: installing './missing'
src/Makefile.am:14: error: Libtool library used but 'LIBTOOL' is undefined
src/Makefile.am:14:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
src/Makefile.am:14:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
src/Makefile.am:14:   If 'LT_INIT' is in 'configure.ac', make sure
src/Makefile.am:14:   its definition is in aclocal's search path.
src/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
autoreconf: automake failed with exit status: 1

nigelhorne avatar Mar 18 '21 18:03 nigelhorne