[Mono-list] Re: Issue with building mono from sources on Suse 10 -
	part 2
    Robert Jordan 
    robertj at gmx.net
       
    Mon Oct  3 08:35:33 EDT 2005
    
    
  
Hi Nikita,
> I changed the ldscript in mono/mini per Robert's
> advice. Now my ldscript is:
> +{
Remove the "+". This was part of the diff I posted.
"+" means a line has been added.
>       global: 
>               mono_*;
>               GC_push_all_stack;
>               GC_start_blocking;
>               GC_end_blocking;
>               gc_thread_vtable;
>       local:
>               *;
> };
> 
> ** ERROR **: file handles.c: line 546
> (_wapi_lookup_handle): assertion failed:
> (shared_handle_data->type == type)
> aborting...
Remove the ~/.wapi/ folder (it's in your home) and retry.
Rob
    
    
More information about the Mono-list
mailing list