On Sun, 16 Feb 2003 03:26 pm, Santiago Erquicia wrote: > El dom, 16 de 02 de 2003 a las 02:27, Lloyd Dupont escribi�: > > Unhandled Exception: System.ExecutionEngineException: No GCHandle support > > built-in > > You don't have garbage collector support. libgc (library and headers) > was not available when you built mono runtime. > ha...!!! thanks.
Anyway another question comes to my mind. how could I have garbage collector support ? I hade downloaded (along mono runtime, from mono website) Hans Boehm GC. I have installed it first $ cd gc6.1 $ ./configure $ gmake $ gmake install then mono $ cd ../mono-0.19 $ ./configure $ gmake $ gmake install isn't it enough ? I check m system and found that I have a /usr/local/lib/libgc.so which a symbolic link to libgc.so.1, which is the one I have build with the HansBoehmGC package. isn't everything ok ? how could I build ? /usr/local/lib/libgc.so _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
