Re: About mono program with FC6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Paul wrote:
Hi,

  
Sorry, would you to tell me in more details ?
    
What else do you need to know?

  
Due to I haven't installed any mono application by hand ( manual )...
And I installed the FC6 System by text mode and custom ( enable all
packages ) !
    
In that case, you should have mono installed :-)

  
PS : What mono foo.exe ? How to disable / uninstall ?
    
foo is just a generic name. 

For example, copy and paste below (after the 8--> and before the <--8)
into a text editor and save it as foo.cs

8-->
using System;

public class foo
{
   private static void Main()
   {
      Console.WriteLine("Hello World from Mono");
   }
}
<--8

Now, in a terminal window type

mcs foo.cs

It should compile. To run it

mono foo.exe

and it will output 

Hello World from Mono

You don't need to install/deinstall anything; mono should be on your
machine.

There are some apps within Fedora which use Mono (such as MonoDevelop),
these you just install as you would any other app; via yum.

TTFN

Paul
  
Hello Paul,

Just found out the message from the Server again :
4gb seg fixup, process mono(pid 2131), cs:ip 73:0811cd78
.....
.....
.....
.....
printk:32150 messages suppressed.

So...How can we to fix (solve) the problem ?

Edward.

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux