Created
June 5, 2012 09:11
-
-
Save CartBlanche/2873788 to your computer and use it in GitHub Desktop.
make mono
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
Dominiques-MacBook-Pro:monodroid savagesoftware$ make mono | |
make -C builds all | |
Makefile:66: warning: overriding commands for target `.stamp-toolchain-arm' | |
Makefile:65: warning: ignoring old commands for target `.stamp-toolchain-arm' | |
Makefile:71: warning: overriding commands for target `.stamp-toolchain-Darwin' | |
Makefile:70: warning: ignoring old commands for target `.stamp-toolchain-Darwin' | |
(cd /Users/savagesoftware/Development/xamarin/mono && git submodule update --init --recursive) || exit 1 | |
Submodule 'external/cecil' () registered for path 'external/cecil' | |
(cd /Users/savagesoftware/Development/xamarin/mono && autoreconf -i && rm -f config.sub) || exit 1 | |
configure.in:394: warning: macro 'AM_PROG_LIBTOOL' not found in library | |
configure.ac:9: warning: macro 'AM_PROG_LIBTOOL' not found in library | |
src/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined | |
src/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' | |
src/Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again. | |
src/Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure | |
src/Makefile.am:1: its definition is in aclocal's search path. | |
test/Makefile.am:1: warning: compiling 'test.c' with per-target flags requires 'AM_PROG_CC_C_O' in 'configure.ac' | |
autoreconf: automake failed with exit status: 1 | |
make[1]: *** [/Users/savagesoftware/Development/xamarin/mono/configure] Error 1 | |
make: *** [mono] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment