Installing Mono 1.9.1 on Leopard ?

citytrip

Registered
Hi, Anyone who can help me out with this ?

I am trying to install Mono 1.9.1 on a Mac Leopard.
Installation seems succesfull.
I have the mono.framework files in the library.
But When opening the Mono Alias there, I get a

“/Library/Frameworks/Mono.framework/Versions/1.9.1/lib/libmono.0.0.0.dylib: cannot execute binary file” error from the Terminal..

I know not that much about development :/ (yet)
..
 
Last edited:
What "mono alias" are you trying to execute?

To compile your C# files, you type "mcs you_file.cs" or even "mcs *.cs -o output.exe"

To execute your compiled program, you type "mono output.exe"
 
Hi Viro,

In the map Mono.framework I see an alias to Mono, along with headers-, commands- and similar maps. I assume I have to follow the Mono alias for an easy install, but when I do this it opens the terminal and I get a
/Library/Frameworks/Mono.framework/Versions/1.9.1/lib/libmono.0.0.0.dylib: cannot execute binary file” error
I'm afraid I need a full scripted example of how to install mono because I never had to compile/ install C# files before..
 
Back
Top