-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hello,
I am having a bit of an issue during installation with libtool. I have attached the error below -
build_jellyfish: line 2: libtoolize: command not found
configure.ac:2: installing './config.guess'
configure.ac:2: installing './config.sub'
configure.ac:4: installing './install-sh'
configure.ac:4: installing './missing'
configure.ac:7: error: required file 'config.h.in' not found
gtest.mk:6: error: library used but 'RANLIB' is undefined
gtest.mk:6: The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB'
gtest.mk:6: to 'configure.ac' and run 'autoconf' again.
Makefile.am:187: 'gtest.mk' included from here
Makefile.am:14: error: Libtool library used but 'LIBTOOL' is undefined
Makefile.am:14: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
Makefile.am:14: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
Makefile.am:14: If 'LT_INIT' is in 'configure.ac', make sure
Makefile.am:14: its definition is in aclocal's search path.
Is there a missing dependency on my end causing the issue?
Thanks