On 05/04/02 Miguel de Icaza wrote:
> > I am as puzzled as you are.  I have no idea of what is wrong.  Could
> > someone take a look at this?
> 
> Gonzalo found the problem: we are referencing corlib.dll and using
> /nostdlib which makes CorCompare not work during the compare process.
> 
> I have removed those for now, hoping that I will not break anything.  We
> still map references to mscorlib.dll to corlib.dll anyways.

The /nostdlib change was there to ensure that the System.dll assembly we
build could run in our runtime, and you would get a compile error if it
started using types in the ms assembly. This is essential to keep it
self-hosting as it needs to be.
I suggest we add a different build target that doesn't use /nostdlib for
use with corcompare.

lupus

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to