[Mono-list] make bootstrap isn't copying mscorlib.dll correctly
Francisco Figueiredo Jr.
fxjrlists@yahoo.com.br
Mon, 04 Oct 2004 21:29:23 -0300
Raja R Harinath wrote:
> Hi,
>
Hi Raja.
> "Francisco Figueiredo Jr." <fxjrlists@yahoo.com.br> writes:
>
>
>>Please, correct me if I'm wrong, but I, IMHO, think that makebootstrap
>>isn't copying correctly the mscorlib.dll assembly.
>>
>>I just use make bootstrap after updating from cvs head. Sometimes, I
>>face myself with the out of synch problem, but I don't know why this
>>happens as I'm doing make bootstrap.
>>
>>I could notice that the mscorlib.dll isn't being copied to
>><monoprefix>/install/lib
>
>
> That's right, I think.
>
>
>>neither to <monoprefix>/install/lib/mono/1.0/
>
>
> That's strange.
>
>
>>I also tried make install with no luck :)
>
>
> Aha :-) 'make bootstrap' doesn't install stuff. You have to do 'make
> install' after a successful bootstrap.
>
:)
Ok. I'm almost 90% sure that I did a make install after make bootstrap,
but I will check that again as in almost 100% of the times I do this
type of report incorrectly :)
I will let you know if I still have problems.
>
>>I noticed that if I do a make install in mcs/class/corlib, this copies
>>the mscorlib to <monoprefix>/install/lib/mono/1.0/ but not to
>><monoprefix>/install/lib/
>>
>>Is this by design?
>
>
> Yes, I think. Try removing <monoprefix>/install/lib/mscorlib.dll -- it
> probably is several months old.
>
Hmmm, I think this has 99.999% of probability. As I just use the cvs
since the first days I'm working with mono, in pre-GAC days, I think
this library was there and was being found because I had install/lib in
my LD_LIBRARY_PATH. :)
Thanks Raja. I already removed the install/lib/mscorlib.dll and I hope I
don't get that out of sync problem.
Regards,
Francisco Figueiredo Jr.