[Mono-list] mcs compile/install - Linux

S. David Sheeks sdsheeks@isdponline.com
13 Dec 2002 22:28:22 +0000


I'm having some trouble getting mcs to compile on my linux box.



make -f makefile.gnu

for i in jay mcs class nunit monoresgen ilasm tools ; do \
        make -C $i -f makefile.gnu all || exit 1; \
done
make[1]: Entering directory `/mono/mcs-0.17/jay'
make -f makefile linux
make[2]: Entering directory `/mono/mcs-0.17/jay'
make[2]: Nothing to be done for `linux'.
make[2]: Leaving directory `/mono/mcs-0.17/jay'
make[1]: Leaving directory `/mono/mcs-0.17/jay'
make[1]: Entering directory `/mono/mcs-0.17/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[1]: mcs: Command not found
make[1]: *** [mcs.exe] Error 127
make[1]: Leaving directory `/mono/mcs-0.17/mcs'
make: *** [all] Error 1

Any ideas?