[Mono-list] Mac OS X 10.3 (Panther) port

HEMMI, Shigeru textdirected at gmail.com
Sat Dec 15 08:40:27 EST 2007


Dear Andreas,
Thanks for quick reply.

2007/12/15, Andreas Färber <andreas.faerber at web.de>:
>
> Am 15.12.2007 um 13:05 schrieb HEMMI, Shigeru:
>
> > If somebody provides mono 1.2.6. for Mac OS X Panther (10.3) port,
> > I will be much happy. Mono seems to close Panther support.
>
> Mono used to work fine on Panther, so no "port" is required. If
> something broke, please file a more specific bug report.
>
> If the provided download does not work for you, try compiling 1.2.6 or
> SVN yourself and see if that works better.
>
> Andreas
>

Here is a bug output of my experience:
$ uname -a
Darwin hagi.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30
20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC  Power
Macintosh powerpc

$ mcs --version
Mono C# compiler version 1.2.6.0

$ cat hello.cs
using System;
namespace HelloWorld
{
    class Hello
    {
        static void Main()
        {
            System.Console.WriteLine("Hello World!");
        }
    }
}

$ mcs hello.cs
Unhandled Exception: System.ExecutionEngineException: SIGILL



regards,


More information about the Mono-list mailing list