Re: [Mono-dev] illegal instruction

2010-01-15 Thread Kirby Zhou
() = Got a SIGABRT while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. = Kirby Zhou wrote: I have rechecked the problem on several PCs

Re: [Mono-dev] illegal instruction

2010-01-15 Thread Kirby Zhou
. Zoltan On Fri, Jan 15, 2010 at 5:34 AM, Kirby Zhou kirbyz...@gmail.com wrote: I have rechecked the problem on several PCs. OS is RHEL-5.3 x86_64 or RHEL-5.4 x86_64 . CPU is Xeon E5310 or Xeon E5520. 2.4.2.3 can be built on all my boxes. 2.4.3.x, 2.6.0, 2.6.1 can be built

Re: [Mono-dev] How can I build mono-2.6 under Centos5 / RHEL5?

2010-01-14 Thread Kirby Zhou
mono-2.4.3 is also failed. make[8]: Entering directory `/root/extrpms/mono24/BUILD/mono-2.4.3/mcs/class/corlib' MCS [net_1_1] mscorlib.dll System.Reflection/Assembly.cs(454,56): warning CS0168: The variable `ex' is declared but never used System.Reflection/Assembly.cs(481,56): warning

Re: [Mono-dev] illegal instruction

2010-01-14 Thread Kirby Zhou
?? scott Kirby Zhou wrote: I have encounted the same problem with both mono-2.4.3 and mono-2.6.1 My OS is RHEL-5.4 srf wrote: Further to this I found if I just run this : MONO_PATH=./../../class/lib/net_1_1:$MONO_PATH /disk2/mono-2.6.1/mono-2.6.1/runtime/mono-wrapper

Re: [Mono-dev] illegal instruction

2010-01-13 Thread Kirby Zhou
I have encounted the same problem with both mono-2.4.3 and mono-2.6.1 My OS is RHEL-5.4 srf wrote: Further to this I found if I just run this : MONO_PATH=./../../class/lib/net_1_1:$MONO_PATH /disk2/mono-2.6.1/mono-2.6.1/runtime/mono-wrapper ./../../class/lib/net_1_1/msc.exe I get