Re: Funny linker error: relocation truncated to fit

2008-10-16 Thread Edd Barrett
Hello,

On Wed, Oct 15, 2008 at 5:30 PM, Ted Unangst [EMAIL PROTECTED] wrote:
 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.


Thanks :)

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Funny linker error: relocation truncated to fit

2008-10-15 Thread Edd Barrett
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.

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Re: Funny linker error: relocation truncated to fit

2008-10-15 Thread Ted Unangst
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.