[Mono-list] mono 0.24 on debian
Pierre-Vincent Ledoux
pvledoux@eyecone.com
13 May 2003 12:43:51 +0200
Hi,
I'm sorry for my english, and for my bad knowledge in linux.
I have installed mono 0.24 on a debian woody distrib, used the packages
from http://www.atoker.com/mono/.
The installation were fine.
I have create a little c# test, and try to compile it:
#mcs test.cs
and I got the error:
-bash: /usr/bin/mcs: cannot execute binary file
I have search on google, and I have found that I could try this:
#/usr/bin/mono /usr/bin/mcs.exe test.cs
and I got the error:
cannot open assembly /usr/bin/mcs.exe
Anybody can help me ? Please ?
Thank you very much
Pv