[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] libjit build errors
From: |
Marcus |
Subject: |
Re: [Pnet-developers] libjit build errors |
Date: |
Sat, 12 Nov 2005 23:39:16 -0600 |
User-agent: |
KMail/1.9 |
It sounds as though Klaus has tried the suggestions Rhys made. I also tried
commenting out the call to JIT_MEMCPY in jit-apply-x86-64.h and the call to
jit_memcpy in jit-apply.c, but I still get link-time relocation errors. (I
know that those changes would render things nonfunctional at runtime, but I
wanted to see if it would at least compile.)
Compiling with shared libraries disabled permits libjit to compile, but that
just avoids the problem instead of solving it.
On Saturday 12 November 2005 10:36 am, address@hidden wrote:
> Hi Rhys,
>
> the problem seems to be in jit-apply-x86-64.h where JIT_MEMCPY is called
> from assembly code.
>
> JIT_MEMCPY is defined to jit_memcpy in this case.
>
> I've tried to replace it by memcpy or _memcpy but with no success.
>
> I have no clue how to fix this.
>
> Do you have an idea ?