[Mono-list] Newbie trying to read an XML

Lloyd Dupont lloyd@galador.net
Sun, 16 Feb 2003 15:32:26 +1100


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=F3:
> > Unhandled Exception: System.ExecutionEngineException: No GCHandle sup=
port
> > 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=20
$ 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=20
/usr/local/lib/libgc.so which a symbolic link to libgc.so.1, which is the=
 one=20
I have build with the HansBoehmGC package.
isn't everything ok ?

how could I build ?

/usr/local/lib/libgc.so