[Mono-devel-list] Yet Another SVN Compile Question

marcusmonaghan at f2s.com marcusmonaghan at f2s.com
Tue Feb 15 03:32:47 EST 2005


I downloaded the source from SVN lastnight and did an update this morning,
followed by a compile. All seemed to be going great up until the "make". After
a lot of compiling I get the following:

make install-local
make[6]: Entering directory `/develop/mono/mcs/mcs'
MONO_PATH="../class/lib/net_1_1_bootstrap:$MONO_PATH"
/develop/mono/mono/runtime/mono-wrapper ../class/lib/net_1_1_bootstrap/mcs.exe 
-d:NET_1_1 -d:ONLY_1_1 -debug /target:exe /out:mcs.exe cs-parser.cs 
@mcs.exe.sources
The assembly mscorlib.dll was not found or could not be loaded.
It should have been installed in the `/usr/mono/lib/mono/1.0/mscorlib.dll'
directory.
make[6]: *** [../class/lib/default/mcs.exe] Error 1
make[6]: Leaving directory `/develop/mono/mcs/mcs'
make[5]: *** [install] Error 2
make[5]: Leaving directory `/develop/mono/mcs/mcs'
make[4]: *** [install-recursive] Error 1
make[4]: Leaving directory `/develop/mono/mcs'
make[3]: *** [profile-do--default--install] Error 2
make[3]: Leaving directory `/develop/mono/mcs'
make[2]: *** [profiles-do--install] Error 2
make[2]: Leaving directory `/develop/mono/mcs'
make[1]: *** [install-exec] Error 2
make[1]: Leaving directory `/develop/mono/mono/runtime'
make: *** [install-recursive] Error 1

I did the following to get this far (I used "get-monolite-latest" as I havn't
got a working version of mono on this machine):

./mono/autogen.sh --prefix /usr/mono
make get-monolite-latest

I'm using Suse9.2 (updated lastnight).

Any pointers would be great.

Regards,
Marcus




More information about the Mono-devel-list mailing list