[Mono-list] mono build not using GC Auto

Vivek Varma Vivek Varma" <bvvarma1@rediffmail.com
15 Sep 2002 20:54:34 -0000


Used the following to build
./configure --prefix=/usr/local/monobins --with-gc=boehm
But get the following error
configure: error: GC requested but libgc not found!

Any ideas on how to rectify it ?

Thanks
bvv

On Sat, 14 Sep 2002 Miguel de Icaza wrote :
>Hello,
>
> > R1. What’s gc auto ?
> > 2. How do I get mono to use the boehm gc ?
>
>./configure --with-gc=boehm
>
>Miguel.