[Mono-list] GCHandle

Jeroen Frijters jeroen@sumatra.nl
Fri, 29 Aug 2003 15:03:41 +0200


Paolo Molaro wrote:
> 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=20
> built-in". I was
> > under the impression that GCHanlde worked in earlier=20
> versions. Is this
> > true? If not, any plans to implement it?
>=20
> 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:
>=20
> 	GC: Boehm (on windows, you need the proper libgc and=20
> headers installed)
> or
> 	GC: included (on unixy systems)

Thanks. I'm running the "standard" Windows install, so something must
have gone wrong in that build process.

Regards,
Jeroen