[Mono-list] mscorlib
Edward Ned Harvey (mono)
edward.harvey.mono at clevertrove.com
Tue Jul 22 15:46:56 UTC 2014
> From: mono-list-bounces at lists.ximian.com [mailto:mono-list-
> bounces at lists.ximian.com] On Behalf Of Ernesto Rodriguez
>
> I compiled mono 3.4.0 from source but the only instance of mscorlib.dll I get
> is located at:
>
> lib/mono/2.0/mscorlib.dll
Sounds like a failed build to me. I would suggest first "make clean" and then, I like to chain all the configure / make commands with && so if any of them fail, I can actually see that in the output.
./configure && make && sudo make install && echo "" && echo "" && echo "Build Succeeded" && echo ""
More information about the Mono-list
mailing list