On 06/04/03 Trevor Strohman wrote: > However, I can't seem to get the mcs tree to build. I pulled down > mcs.exe and corlib.dll from my Linux server (which is running the > 0.24-1 redhat-7.3 rpms), installed them in the appropriate places, and > modified the mcs script to point to mint. All I get now is: > > ** (/usr/bin/mcs.exe:24622): WARNING **: Could not find assembly System
You copied corlib.dll and you should copy also System.dll (and System.Xml.dll). But if you use cvs mono, you'll also need the assemblies build from the current cvs. See the monocharge packages from http://www.gnome-db.org/~gonzalo/mono/ for example. > Is this supposed to work yet? Am I doing something wrong? I don't > need it to even work that well, I'd just like to get to the point where > mint can has enough standard library support to actually run some test > code. Simple programs compile fine using mint, compiling mcs has been reported to fail (it may be the same issue as on *bsd, though: excessive stack usage, and that should be fixed in current cvs). lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
