[Mono-list] Building Mono
Richard W Williams
dickwilliams@covad.net
Thu, 21 Oct 2004 17:24:46 -0400
I am attempting a clean build from CVS (no previous installation).
After running
./autogen.sh
I ran ...
make get-monolite-latest
followed by ...
make monolite-bootstrap
which gets the following errors ...
.
.
.
make[2]: Entering directory `/home/dickw/mcs/class/corlib'
Creating ../../build/deps/default_corlib_res.dll.response ...
Creating ../../build/deps/default_corlib_res.dll.makefrag ...
Creating ../../build/deps/corlib_test_default.dll.response ...
Creating ../../build/deps/corlib_test_default.dll.makefrag ...
Creating ../../build/deps/default_corlib.dll.makefrag ...
make[2]: Leaving directory `/home/dickw/mcs/class/corlib'
make[2]: Entering directory `/home/dickw/mcs/class/corlib'
make all-local
make[3]: Entering directory `/home/dickw/mcs/class/corlib'
mcs /nowarn:649 /nowarn:169 -d:INSIDE_CORLIB -d:NET_1_1 -d:ONLY_1_1 -g /noconfig /unsafe /nostdlib /target:library /out:mscorlib.dll @corlib.dll.sources
Compilation succeeded
mv mscorlib.dll ../../class/lib/default/mscorlib.dll
mv: cannot stat `mscorlib.dll': No such file or directory
make[3]: *** [../../class/lib/default/mscorlib.dll] Error 1
make[3]: Leaving directory `/home/dickw/mcs/class/corlib'
make[2]: *** [all.real] Error 2
make[2]: Leaving directory `/home/dickw/mcs/class/corlib'
make[1]: *** [mcs-do-short-build] Error 1
make[1]: Leaving directory `/home/dickw/mono'
make: *** [monolite-bootstrap] Error 2
There is no mscorlib.dll in /home/mcs/class/corlib but there is a
mscorlib.dll.mdb.
Any help would be appreciated.
Dick