[Mono-list] make bootstrap isn't copying mscorlib.dll correctly

Francisco Figueiredo Jr. fxjrlists@yahoo.com.br
Mon, 04 Oct 2004 21:21:23 -0300


Paul wrote:
> Hi,
> 
> 
>>>It's working fine here.
> 
> 
>>Hmmm, could you check if the mcs/class/lib/default/mscorlib.dll is the 
>>same as your <monoprifx>/install/lib/mscorlib.dll?
> 
> 
> The one in mcs/class/lib/default and /usr/lib/mono/1.0 are not the same.
> The one in /usr/lib/mono/2.0 is though.
> 

Yeap, that's the root of the problem. You still may not have faced the 
out of synch problem because there was no modification in the 
monoruntime and mcs, but if you stay like that, you will end up having 
this problem too. As I had. :(

I could only get it working again by copying the mcs/class/lib/default 
to /usr/lib/mono/1.0 and to /usr/lib. You should have an mscorlib in 
/usr/lib, don't you have?

> 
>>>By any chance, do you also have the rpms installed for mono?
>>>
>>
>>Nope. I only use the cvs code.
> 
> 
> Okay. That rules out that idea...
> 

:)

Regards,

Francisco Figueiredo Jr.