> From: [email protected] [mailto:mono-list- > [email protected]] 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 "" _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
