[Mono-dev] Building from Source Fails with mcs: Command not found

cyd chaselton at gmail.com
Thu May 21 10:38:02 UTC 2015


More information:

I examined the mcs and mono files in _tmpdir/bin after realizing they were
created on the fly...they are shell scripts.  The mono script sets up some
env variables...and does some other stuff I haven't looked to closely at
yet.  The mcs script is this:

#! /bin/sh
exec "/bld/mono/mono-4.0.0/runtime/_tmpinst/bin/mono"
"/bld/mono/mono-4.0.0/mcs/class/lib/build/mcs.exe" "$@"

That's a space between the shebang and /bin/sh...and the second
directory...mcs/class/lib/build...doesn't exist.  The directory
mcs/class/lib/monolite does...but it doesn't contain mcs.exe...it contains
build.exe and some other files.

Thoughts?  Are the generated scripts incorrect or should monolite include a
copy of mcs.exe



--
View this message in context: http://mono.1490590.n4.nabble.com/Building-from-Source-Fails-with-mcs-Command-not-found-tp4666000p4666007.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list