--- Andraz Sraka <[EMAIL PROTECTED]> escreveu: > Hello > Hello
> I'm a bit new with mono, and I have quite strange > problem using mcs > (Mono Compiler Suite). > > This is the output: > > andraz@maya:~/mono/examples$ mcs test.cs > bash: /usr/bin/mcs: cannot execute binary file > Can you execute it like that: /usr/bin/mono /usr/bin/mcs.exe test.cs ?? mcs is just a wrapper script: #!/bin/sh /usr/bin/mono /usr/bin/mcs.exe $* Maybe in Debian, something is different from that. I hope it helps. ===== Regards, Francisco Jr. _______________________________________________________________________ Yahoo! Encontros O lugar certo para encontrar a sua alma g�mea. http://br.encontros.yahoo.com/ _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
