[Mono-dev] Mono 2.8 fails to build on Solaris 10 SPARC

Lou Picciano loupicciano at comcast.net
Wed Oct 6 23:10:51 EDT 2010


Skipping over Mono2.6.1 for the moment, trying to build 2.8 from source on Solaris 10 SPARC: 


./configure proceeds without a hitch... 


./make, however: 



make[3]: Entering directory `/opt/SOURCES/mono-2.8/mono/mini' 
if test -d ../../.git; then \ 
(cd ../..; \ 
LANG=C; export LANG; \ 
branch=`git branch | grep '^\*' | cut -d ' ' -f 2`; \ 
version=`git log --no-color --first-parent -n1 --pretty=format:%h`; \ 
echo "#define FULL_VERSION \"$branch/$version\""; \ 
); \ 
else \ 
echo "#define FULL_VERSION \"tarball\""; \ 
fi > version.h 
CC genmdesc-genmdesc.o 
CC genmdesc-helpers.o 
CC genmdesc-opcodes.o 
LD genmdesc 
./genmdesc cpu-sparc.h sparc_desc ./cpu-sparc.md 
make all-am 
make[4]: Entering directory `/opt/SOURCES/mono-2.8/mono/mini' 
CC libmono_2_0_la-mini.lo 
mini.c: In function `setup_jit_tls_data': 
mini.c:2481: warning: assignment makes pointer from integer without a cast 
CC libmono_2_0_la-method-to-ir.lo 


cc1: out of memory allocating 25463688 bytes after a total of 4849664 bytes 
make[4]: *** [libmono_2_0_la-method-to-ir.lo] Error 1 
make[4]: Leaving directory `/opt/SOURCES/mono-2.8/mono/mini' 
make[3]: *** [all] Error 2 
make[3]: Leaving directory `/opt/SOURCES/mono-2.8/mono/mini' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory `/opt/SOURCES/mono-2.8/mono' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/opt/SOURCES/mono-2.8' 
make: *** [all] Error 2 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20101007/a7b2a84e/attachment.html 


More information about the Mono-devel-list mailing list