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


It is true that gmcs.exe is nowhere in the source tree but there is 
./mcs/class/lib/monolite/mcs.exe which is not usable either. Any suggestions?

A.S.

--
Apostols Syropoulos
Xanthi, Greece





                                          
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to