On 08/26/03 Pierre Arnaud wrote: > 1) In mono/libgc, the file 'configure' is missing and the build > script aborts. I fixed this by providing a dummy configure > script which does nothing.
Mono on windows can only be built with the external libgc and that should be the default. > 2) The Makefile produced as mono/Makefile contains a directive > which won't work on Cygwin (is it a typo or a feature, I do > not know). I replaced : > > rm ../mcs/class/lib/corlib.dll ../mcs/mcs/mcs.exe runtime/*dll runtime/*.exe > >& /dev/null; echo > > with : > > rm ../mcs/class/lib/corlib.dll ../mcs/mcs/mcs.exe runtime/*dll runtime/*.exe > ; echo > > which works fine. Probably rm -f should use used instead of the redirection. The echo is unneeded, too. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
