[Mono-list] Problems compiling mono

Duncan Mak duncan@ximian.com
Tue, 09 Sep 2003 15:33:06 -0400


Hello Andreas,

On Tue, 2003-09-09 at 12:07, Andreas Sliwka wrote:
>  So I have a module 'mono' that depends on the module 'libgc' which
> refuses to get configures as it's now a part of 'mono' ?
> 

I thought the default options in mono's configure is to pass the
'--with-gc=included' flag. Try configuring with that flag, it should
build libgc along with mono; you shouldn't need to do a 'make'
explicitly from the libgc directory.

Hope this helps,

Duncan.