When I try and make ModMono.Dll, I get piles of warnings about unresolved externals. I'm _assuming_ that the warning about my corlib and runtime being out of date is a red herring, because I have just freshly make and installed both mono and mcs.
Can somebody shed some light on this please? Thanks, Stony. ** (/usr/bin/mcs.exe:19543): WARNING **: cant resolve internal call to "Apache.Web.Request::GetConnectionInternal(intptr)" (tested without signature also) Your mono runtime and corlib are out of sync. Corlib is: ModMono When you update one from cvs you need to update, compile and install the other too. Do not report this as a bug unless you're sure you have updated correctly: you probably have a broken mono install. If you see other errors or faults after this message they are probably related and you need to fix your mono install first. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
