|
problem installing mcs on DEBIAN
Hello,
I have a problem setting up MONO on my lindows os.
pe666o:/work/mono/mono# make fullbuild
rm ../mcs/class/lib/mscorlib.dll ../mcs/mcs/mcs.exe runtime/*dll runtime/*.exe > /dev/null 2>&1; echo
(cd ../mcs/jay; make)
make[1]: Entering directory `/work/mono/mcs/jay'
make[1]: Leaving directory `/work/mono/mcs/jay'
(cd ../mcs/mcs; make MCS=mcs BOOTSTRAP_MCS=mcs)
make[1]: Entering directory `/work/mono/mcs/mcs'
mcs -d:NET_1_1 -d:ONLY_1_1 -g /target:exe /out:mcs.exe AssemblyInfo.cs anonymous.cs assign.cs attribute.cs driver.cs cs-tokenizer.cs cfold.cs class.cs codegen.cs const.cs constant.cs convert.cs decl.cs delegate.cs enum.cs ecore.cs expression.cs flowanalysis.cs genericparser.cs interface.cs iterators.cs literal.cs location.cs modifiers.cs namespace.cs parameter.cs pending.cs report.cs rootcontext.cs statement.cs support.cs typemanager.cs symbolwriter.cs tree.cs cs-parser.cs
make[1]: mcs: Command not found
make[1]: *** [mcs.exe] Error 127
make[1]: Leaving directory `/work/mono/mcs/mcs'
make: *** [mcs-tree-safe-build] Error 2
thats what o get when i try' make fullbuild' from mono soutce dir.
mono and mint are installed but there is no way i can make the damn mcs to install. i have both mono and mcs source dirs.
please can anyone help me!?
|