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. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
