> I'm trying to compile mono and I get the following error: > > libmono.a(jit.o): In function `mono_copy_used_var': > /home/james/devroot/mono/mono/mono/jit/jit.c:1475: undefined reference > to `mono_find_var' > /home/james/devroot/mono/mono/mono/jit/jit.c:1477: undefined reference > to `mono_find_var' > collect2: ld returned 1 exit status > make[3]: *** [mono] Error 1
Okay - with just a little more effort (a 'grep -r mono_find_var *' in fact), I find that mono_find_var isn't defined anywhere. So I now assume the code is wrong, and not my computer :) -- Cheers James Ots _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
