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]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux