Hi,
I've recently installed archlinuxarm on this beautyful PP.
From the beggining i wanted install mono on it.
I have installed mono using pacman.
$this->bbcode_second_pass_code('', 'mono --version
Mono JIT compiler version 2.10.8 (tarball Fri Dec 7 02:03:32 UTC 2012)
Copyright (C) 2002-2011 Novell, Inc, Xamarin, Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: normal
Notifications: epoll
Architecture: armel,soft-float
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: Included Boehm (with typed GC and Parallel Mark)
')
But... there is a catch.
all other commands regarding mono itself, mcs, gmcs returns
$this->bbcode_second_pass_code('', '
Native stacktrace:
Debug info from gdb:
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Aborted (core dumped)
')
What did I miss?
Cheers,
David