Am 15.12.2007 um 14:40 schrieb HEMMI, Shigeru:

> 2007/12/15, Andreas Färber <[EMAIL PROTECTED]>:
>>
>> 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.
>
> 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

I can confirm this; mcs crashes with SIGILL, no Console messages and  
without developer tools installed I see no apparent source of the  
problem.

Executing a simple pre-compiled assembly worked fine.

https://bugzilla.novell.com/show_bug.cgi?id=349063

Andreas
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to