Hi, Wade Berrier <[EMAIL PROTECTED]> writes:
> I almost think that System.XML isn't compiling. > > This command doesn't output a dll: > > MONO_PATH="../../class/lib/basic; > $MONO_PATH" /tmp/scratch/mono-1.1.9.1/runtime/mono-wrapper > ../../class/lib/basic/mcs.exe /nologo /optimize -d:NET_1_1 -d:ONLY_1_1 > -d:BOOTSTRAP_WITH_OLDLIB /debug+ /debug:full /noconfig -r:mscorlib.dll > -r:System.dll -nowarn:0162 -nowarn:0618 -nowarn:0612 -target:library > -out:System.Xml.dll `echo System.Xml.XPath/Parser.cs > Mono.Xml.Xsl/PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs | tr '/' > '\\\\'` @../../build/deps/basic_System.Xml.dll.response It should, if it didn't fail. However, immediately after that, there'll be a mv System.Xml.dll ../../class/lib/basic/System.Xml.dll executed. - Hari _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
