[Mono-dev] building mono on OpenSolaris x86_64

Robert Jordan robertj at gmx.net
Mon Mar 7 10:06:17 EST 2011


On 07.03.2011 15:45, Απόστολος Συρόπουλος wrote:
>
>
> To continue my story I have disabled dtrace, that is, I have used the following:
>
> CC=x86_64-pc-solaris2.11-gcc CXX=x86_64-pc-solaris2.11-g++ \
> CFLAGS="-I/opt/mono/include" LDFLAGS="-m64 -L/opt/mono/lib -R/opt/mono/lib" \
> ./configure --with-gc=boehm --prefix=/opt/mono --enable-big-arrays --disable-dtrace
>
> But now compilation stops with the following error message:
>
> make[6]: Entering directory `/container/mono/latest/mono-2.10.1/mcs'
> *** The compiler 'gmcs' doesn't appear to be usable.
> *** Trying the 'monolite' directory.
> make[7]: Entering directory `/container/mono/latest/mono-2.10.1/mcs'
> make[8]: Entering directory `/container/mono/latest/mono-2.10.1/mcs'
> * Assertion at mini-exceptions.c:1835, condition `staddr' not met

Try to configure with "--with-sigaltstack=no" and remove
"--enable-big-arrays".

Robert



More information about the Mono-devel-list mailing list