[Mono-list] SVN Compile Troubles

Ben Maurer bmaurer at ximian.com
Mon May 30 21:51:13 EDT 2005


On Mon, 2005-05-30 at 20:07 -0400, Abe Gillespie wrote:
> I'm compiling on a brand new system and bootstrapping via
> get-monolite-latest.  The first error I run into is this:
> 
> make[6]: mcs: Command not found
> make[6]: *** [build/deps/basic-profile-check.exe] Error 127
> make[6]: Leaving directory `/usr/local/src/mono/mcs'
> *** The compiler 'mcs' doesn't appear to be usable.
> *** Falling back to using pre-compiled binaries.  Be warned, this may not work.
> 
> Then later on I get:
> make[8]: Entering directory `/usr/local/src/mono/mcs/class/System'
> MONO_PATH="../../class/lib/basic:$MONO_PATH"
> /usr/local/src/mono/runtime/mono-wrapper 
> ../../class/lib/basic/mcs.exe   -d:NET_1_1 -d:ONLY_1_1
> -d:BOOTSTRAP_WITH_OLDLIB -debug /noconfig /r:mscorlib.dll
> /define:XML_DEP /r:System.Xml.dll /target:library /out:System.dll 
> @System.dll.sources
> /bin/sh: /usr/local/src/mono/runtime/mono-wrapper: No such file or directory
> make[8]: *** [../../class/lib/basic/System.dll] Error 127

It looks like you are doing make in mcs. you should do it on the mono
directory.

-- Ben



More information about the Mono-list mailing list