Title: RE: [Mono-list] mcs compile/install - Linux

download a pre-built binary of mcs from go-mono. You need it to compile it.

-----Original Message-----
From: S. David Sheeks [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 5:28 PM
To: [EMAIL PROTECTED]
Subject: [Mono-list] mcs compile/install - Linux


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?



_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to