You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: