Skip to content

Instantly share code, notes, and snippets.

@CartBlanche
Created June 5, 2012 09:11
Show Gist options
  • Save CartBlanche/2873788 to your computer and use it in GitHub Desktop.
Save CartBlanche/2873788 to your computer and use it in GitHub Desktop.
make mono
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