Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. $ ./autogen.sh
  2. configure.ac:28: installing 'build-aux/install-sh'
  3. configure.ac:28: installing 'build-aux/missing'
  4. Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined
  5. Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
  6. Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
  7. Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure
  8. Makefile.am:8: its definition is in aclocal's search path.
  9. Makefile.am: installing 'build-aux/depcomp'
  10. /usr/local/Cellar/automake/1.15.1/share/automake-1.15/am/depend2.am: error: am__fastdepCXX does not appear in AM_CONDITIONAL
  11. /usr/local/Cellar/automake/1.15.1/share/automake-1.15/am/depend2.am: The usual way to define 'am__fastdepCXX' is to add 'AC_PROG_CXX'
  12. /usr/local/Cellar/automake/1.15.1/share/automake-1.15/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again
  13. /usr/local/Cellar/automake/1.15.1/share/automake-1.15/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL
  14. /usr/local/Cellar/automake/1.15.1/share/automake-1.15/am/depend2.am: The usual way to define 'AMDEP' is to add one of the compiler tests
  15. /usr/local/Cellar/automake/1.15.1/share/automake-1.15/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX,
  16. /usr/local/Cellar/automake/1.15.1/share/automake-1.15/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
  17. /usr/local/Cellar/automake/1.15.1/share/automake-1.15/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again
  18. Makefile.am: error: C++ source seen but 'CXX' is undefined
  19. Makefile.am: The usual way to define 'CXX' is to add 'AC_PROG_CXX'
  20. Makefile.am: to 'configure.ac' and run 'autoconf' again.
  21. parallel-tests: installing 'build-aux/test-driver'
  22. autoreconf: automake failed with exit status: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement