[Mono-list] mono 0.24 on debian

Pierre-Vincent Ledoux pvledoux@eyecone.com
13 May 2003 13:13:09 +0200


yo,

#which mcs
/usr/bin/mcs

so I tried 

#ln -s /usr/bin/mcs /usr/bin/mcs.exe
#mcs test.cs
-bash: /usr/bin/mcs: cannot execute binary file

but
#/usr/bin/mono /usr/bin/mcs.exe test.cs
Compilation failed: 1 error(s), 0 warnings

much better ! (well, now I have the back to school to learn c# ;o) )

thank you

pev


Le mar 13/05/2003 à 12:56, PFJ a écrit :
> Hi,
> 
> > cannot open assembly /usr/bin/mcs.exe
> 
> Open a terminal window and type
> 
> which mcs
> 
> It'll tell you where mcs is installed. If that doesn't work, type
> 
> which mcs.exe
> 
> It could be that you just need a symlink setting between mcs.exe and mcs
> 
> TTFN
> 
> Paul