On 08/28/03 Jeroen Frijters wrote:
> When I try to run IKVM with Mono 0.26 I get a
> "System.ExecutionEngineException: No GCHandle support built-in". I was
> under the impression that GCHanlde worked in earlier versions. Is this
> true? If not, any plans to implement it?

Somehow your runtime was compiled without GC support. When there is no
GC support, GCHandles are disabled as well.
Makre sure at the end of ./configure you get something like:

        GC: Boehm (on windows, you need the proper libgc and headers installed)
or
        GC: included (on unixy systems)

lupus

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to