On 03/03/03 j_post wrote:
> I recently downloaded mono-0.21 and mcs-0.21. Mono makes and installs without
> any problem, but mcs gives the following error (make -fmakefile.gnu):
>
> /bin/sh: -c: line 1: syntax error near unexpected token `;'
> /bin/sh: -c: line 1: `for i in ; do make -C $i -f makefile.gnu all || exit
> 1; done'
> make[1]: *** [all] Error 2
> make: *** [all] Error 1
I guess this is in the tools directory? Your /bin/sh doesn't support
the for loop without items, you can safely remove the lines with
for i in $(DIRS); ...
from the makefile.
lupus
--
-----------------------------------------------------------------
[EMAIL PROTECTED] debian/rules
[EMAIL PROTECTED] Monkeys do it better
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list