[Mono-list] Mono-1.2.6 install error

Miguel de Icaza miguel at novell.com
Sat Dec 29 22:29:15 EST 2007


> I've tried to install Mono-1.2.6 from the sources but got at the make step
>
> I've tried two variants of configure as
>  >./configure --prefix=/home/serdyuk/m-1.2.6 --with-tls=pthread
>  >./configure --prefix=/home/serdyuk/m-1.2.6 --with-tls=_thread
> but without success.
> 
> System information:
> Linux skif 2.4.27 #1 SMP Thu Apr 14 15:25:11 MSD 2005 i686 athlon i386 
> GNU/Linux

This error is caused because Mono's configure was not able to find a way
to determine the stack base.   Chances are you have a modified libc, or
some non-standard configuration.

Could you tell us more about your distribution?

To fix this issue, you need to change the runtime, see in
mono/mini/mini-exceptions.c, and search for the:

mono_thread_get_stack_bounds

routine.   notice that there is a series of checks that try to detect
how to determine the stack base in your OS.   We need to determine why
this code is not working in your case.


More information about the Mono-list mailing list