Well that figures:
Quote:
rm ../mcs/class/lib/mscorlib.dll ../mcs/mcs/mcs.exe runtime/*dll runtime/*.exe > /dev/null 2>&1; echo
...
mcs -d:NET_1_1 -d:ONLY_1_1 -g /target:exe /out:mcs.exe
...
make[1]: mcs: Command not found
|
No wonder mcs can't be found, when the build removes it prior to it's own use...