[Mono-dev] make --disable-mcs-build fails
Cambell Prince
cambell.prince at gmail.com
Tue May 5 00:15:30 EDT 2009
I'm trying to build mono, but without building mcs. This is mainly to
support the debian packaging. However, it fails when it tries to build
the mono docs as it needs mscorlib.dll. Can I build mono without
building the docs as well? Any other thoughts appreciated.
./configure --prefix=/usr/local --disable-mcs-build
make EXTERNAL_MCS=false EXTERNAL_RUNTIME=false
make[2]: Entering directory `/home/cambell/src/mono-2.4/docs'
cd . && make -f docs.make topdir=../mcs convert.exe
make[3]: Entering directory `/home/cambell/src/mono-2.4/docs'
MCS [net_2_0] convert.exe
The assembly mscorlib.dll was not found or could not be loaded.
It should have been installed in the
`/usr/local/lib/mono/2.0/mscorlib.dll' directory.
make[3]: *** [convert.exe] Error 1
make[3]: Leaving directory `/home/cambell/src/mono-2.4/docs'
make[2]: *** [convert.exe] Error 2
make[2]: Leaving directory `/home/cambell/src/mono-2.4/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cambell/src/mono-2.4'
make: *** [all] Error 2
TIA
Cambell
More information about the Mono-devel-list
mailing list