Created
September 22, 2015 06:55
-
-
Save jungle-boogie/9f9449b67cf53e7ec4e0 to your computer and use it in GitHub Desktop.
make failing #68 - gnu/linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % autoreconf -if | |
| aclocal: warning: couldn't open directory 'm4': No such file or directory | |
| configure.ac:12: installing 'autotools/ar-lib' | |
| configure.ac:11: installing 'autotools/compile' | |
| configure.ac:10: installing 'autotools/config.guess' | |
| configure.ac:10: installing 'autotools/config.sub' | |
| configure.ac:8: installing 'autotools/install-sh' | |
| configure.ac:8: installing 'autotools/missing' | |
| c/Makefile.am: installing 'autotools/depcomp' | |
| c/cli/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined | |
| c/cli/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' | |
| c/cli/Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again. | |
| c/cli/Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure | |
| c/cli/Makefile.am:1: its definition is in aclocal's search path. | |
| parallel-tests: installing 'autotools/test-driver' | |
| c/containers/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined | |
| c/containers/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' | |
| c/containers/Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again. | |
| c/containers/Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure | |
| c/containers/Makefile.am:1: its definition is in aclocal's search path. | |
| c/dsls/Makefile.am:7: error: Libtool library used but 'LIBTOOL' is undefined | |
| c/dsls/Makefile.am:7: The usual way to define 'LIBTOOL' is to add 'LT_INIT' | |
| c/dsls/Makefile.am:7: to 'configure.ac' and run 'aclocal' and 'autoconf' again. | |
| c/dsls/Makefile.am:7: If 'LT_INIT' is in 'configure.ac', make sure | |
| c/dsls/Makefile.am:7: its definition is in aclocal's search path. | |
| c/input/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined | |
| c/input/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' | |
| c/input/Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again. | |
| c/input/Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure | |
| c/input/Makefile.am:1: its definition is in aclocal's search path. | |
| c/lib/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined | |
| c/lib/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' | |
| c/lib/Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again. | |
| c/lib/Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure | |
| c/lib/Makefile.am:1: its definition is in aclocal's search path. | |
| c/mapping/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined | |
| c/mapping/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' | |
| c/mapping/Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again. | |
| c/mapping/Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure | |
| c/mapping/Makefile.am:1: its definition is in aclocal's search path. | |
| c/output/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined | |
| c/output/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' | |
| c/output/Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again. | |
| c/output/Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure | |
| c/output/Makefile.am:1: its definition is in aclocal's search path. | |
| c/stream/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined | |
| c/stream/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' | |
| c/stream/Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again. | |
| c/stream/Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure | |
| c/stream/Makefile.am:1: its definition is in aclocal's search path. | |
| autoreconf2.50: automake failed with exit status: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment