[Mono-list] Re: Mono in Solaris

Andreas Färber andreas.faerber at web.de
Thu Dec 29 04:39:51 EST 2005


Andreas Färber schrieb:

> 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

The gcc command line includes -D_FILE_OFFSET_BITS=64. Any idea what 
exactly that actually means, where it originates from and what I can do 
about it? I am compiling on a Pentium III, so it's not a 64-bit machine.

Andreas


More information about the Mono-list mailing list