[Mono-dev] Compiling Mono on SPARC

PCM Reddy Pcm.Reddy at Sun.COM
Fri Apr 18 15:11:33 EDT 2008


Andreas Färber wrote:
>
> Am 18.04.2008 um 20:53 schrieb PCM Reddy:
>
>> I am using gtar. also renamed the original solaris  "mcs" command too.
>> Now I downloaded latest mono-1.9 and tried to compile.
>>
>> Compilation failed at "mcs" and  When I ran gmake from mcs folder this
>> is what I got.
>>
>> mkdir -p -- ../class/lib/default/
>> touch ../class/lib/default//.stamp
>> MONO_PATH="../class/lib/net_1_1_bootstrap:$MONO_PATH"
>> /tmp/mono-1.9/runtime/mono-wrapper
>> ../class/lib/net_1_1_bootstrap/mcs.exe /codepage:65001   -d:NET_1_1
>> -d:ONLY_1_1 -debug -target:exe -out:mcs.exe cs-parser.cs  
>> @mcs.exe.sources
>> Segmentation Fault - core dumped
>> gmake[2]: *** [../class/lib/default/mcs.exe] Error 139
>> gmake[2]: Leaving directory `/tmp/mono-1.9/mcs/mcs'
>> gmake[1]: *** [do-all] Error 2
>
> Looks bad ... does `mono/mini/mono -V` work?
root at pcmr # ./mono/mini/mono -V
Mono JIT compiler version 1.9 (tarball)
Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
        TLS:           normal
        GC:            Included Boehm (with typed GC)
        SIGSEGV:       normal
        Notification:  Thread + polling
        Architecture:  sparc
        Disabled:      none

>
> Andreas



More information about the Mono-devel-list mailing list