I have it going now. Yes, incremental was the option that was causing the problem. Should have known my gui tool would get in the way somehow. :-)
Reggie > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of Sergey Chaban > Sent: Saturday, January 04, 2003 8:17 AM > To: [EMAIL PROTECTED] > Subject: Re: [Mono-list] compiler error > > > If somebody can tell we what options to use with csc to produce such > > binaries, I can have a look at implementing the support in mono to load > > such non-standard heaps. > > There is no specific option, but there is some pattern to reproduce this. > Something like this: > > It's necessary to have at least two source files. > Then: > 1) csc -out:bin.exe -debug+ -optimize- -incremental+ a.cs b.cs > 2) touch a.cs > 3) csc -out:bin.exe -debug+ -optimize- -incremental+ a.cs b.cs > > Sergey > > > > > > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
