On Wed, Oct 15, 2008 at 11:53 AM, Edd Barrett <[EMAIL PROTECTED]> wrote: > Hi Guys, > > Does anyone know what this weird linker error means? > > xetexini.o(.text+0x4bc): In function `initialize': > : relocation truncated to fit: R_SPARC_H44 zzzaa > > It causes my build to fail.
You compiled with -fpic instead of -fPIC. Big libraries need the super pic to generate correct code.

