There is a typo in mbas.in for mbas bash script where it loads up the c# compiler instead the basic one.
Attached is the patch to fix this. Benoit -- btouchet <[EMAIL PROTECTED]>
--- mono/scripts/mbas.in 2003-01-20 08:24:10.000000000 -0500 +++ mono.org/scripts/mbas.in 2003-01-21 08:35:17.000000000 -0500 @@ -1,2 +1,2 @@ #!/bin/sh -@bindir@/@mono_interp@ @bindir@/mcs.exe "$@" +@bindir@/@mono_interp@ @bindir@/mbas.exe "$@"
signature.asc
Description: This is a digitally signed message part
