On 12/05/02 Craig Williams wrote: > Would it be possible to run the mono CLR on my own OS ? If so what compatibilies >would I have to work towards to get this done.
Make your OS POSIX-compliant, port to it GLib and libgc, provide a compatible pthread library (or alternatively provide the win32 API). After that compiling mono for it will be very easy.... > Am I crazy ... probably, Yes :-) lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
