[Mono-list] How to build the mon #C compiler?

Michael Erdmann michael.erdmann@snafu.de
Sat, 07 Dec 2002 19:24:50 +0100


Hallo *,

i have updated from the cvs. I am trying to build the C# compiler,
but when i man doing this, the build failes:

mono@boavista:~/mcs> make
if test x = xWindows_NT; then make linux; else make -f makefile.gnu; fi
make[1]: Entering directory `/home/mono/mcs'
for i in jay mcs class nunit monoresgen ilasm tools ; do \
        make -C $i -f makefile.gnu all || exit 1; \
done
make[2]: Entering directory `/home/mono/mcs/jay'
make -f makefile linux
make[3]: Entering directory `/home/mono/mcs/jay'
make[3]: Nothing to be done for `linux'.
make[3]: Leaving directory `/home/mono/mcs/jay'
make[2]: Leaving directory `/home/mono/mcs/jay'
make[2]: Entering directory `/home/mono/mcs/mcs'
mcs /target:exe  -o mcs.exe assign.cs attribute.cs driver.cs 
cs-parser.cs cs-tokenizer.cs tree.cs location.cs cfold.cs class.cs 
codegen.cs const.cs constant.cs decl.cs delegate.cs enum.cs ecore.cs 
expression.cs genericparser.cs interface.cs literal.cs modifiers.cs 
namespace.cs parameter.cs pending.cs report.cs rootcontext.cs 
statement.cs support.cs typemanager.cs
make[2]: mcs: Command not found
make[2]: *** [mcs.exe] Error 127
make[2]: Leaving directory `/home/mono/mcs/mcs'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/mono/mcs'
make: *** [all] Error 2
mono@boavista:~/mcs>

---

It seems the mcs executable is missing. What ist the problem ?

Regards
    M.Erdmann