On 04/24/02 Jaroslaw Kowalski wrote: > P.S. After make/make install on mono, the "lib" directory contained some > incompatible versions of *.dll files. I had to compile the classes on > Windows to get it to work. Is it my fault or do the classes really need > recompilation?
Changes are made dayly that require the core libraries to be recompiled, so, if you update from the mono module, you should also update the mcs module and rebuild all of it. Soon mcs should be able to recompile corlib: at that point we'll rebuild corlib on make so that they don't get out of sync. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
