[Mono-list] Re: Mono in Solaris
Andreas Färber
andreas.faerber at web.de
Wed Dec 28 18:36:59 EST 2005
Miguel de Icaza schrieb:
>hello,
>
>
>
>>Me too I have been trying to get Mono running on Solaris without
>>success. Like I posted earlier, I am running a virgin Solaris 10 x86
>>with all developer packages from the CDs installed, and by now I have
>>Sun Studio 11 installed and am trying Mono 1.1.11 (-> 1.1.12 source does
>>not have any ./configure or ./autogen.sh!!!).
>>Problem is still the libelf error I started out with (now
>>/opt/SUNWspro/bin and /usr/ccs/bin in the path).
>>
>>
>
>Ah, this entire time I have been talking about Mono on Solaris/SPARC,
>not on x86.
>
>Support for Solaris/x86, as it has been pointed out on the list, has
>bitrotten. Zoltan commited some fixed to trunk that /might/ fix the
>problem for you, but I have not tested this myself.
>
>
Well, I don't believe I was running into some x86 vs. SPARC problems yet
- I am not very knowledgeable about Solaris, have never before built
software for it and so far have only used the Sun-provided tools, having
a hard time figuring out which directories I might need to include in
PATH (missing some handy Linux commands like locate).
The first few files compile fine, then inside libgc the error "large
files are not supported by libelf" is raised via the included
/usr/include/link.h, and make (or gmake) stops. This error originates
from the following excerpt of /usr/include/libelf.h:
#if defined(_ILP32) && (_FILE_OFFSET_BITS != 32)
#error "large files are not supported by libelf"
#endif
Andreas
More information about the Mono-list
mailing list