On 01/30/03 Rainer Worbis wrote: > when doing a make (mono) to the current sources checked out from cvs i > get the following error > interp.o: In function `main': > /usr/src/mono/mono/mono/interpreter/interp.c:4546: undefined reference > to `mono_environment_exitcode_get'
A Makefile.am file has been changed, so you need to run autogen.sh in the toplevel dir (or run automake and configure by hand). Running ./configure --enable-maintainer-mode the first time takes care of such issues automatically. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
