[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: ANN: LuaJIT 1.1.1 released
- From: Mike Pall <mikelu-0606@...>
- Date: Fri, 23 Jun 2006 22:39:42 +0200
Hi,
Kent Sibilev wrote:
> i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5341)
Umm, I think that's the culprit. Or rather GCC 4.0 in combination
with the Mach linker.
Can you try to edit ljitlib.c, line 35/36 and replace them with:
static const int regkey_frontend = 0x12345678;
static const int regkey_comthread = 0x87654321;
Then recompile and try again. Does it work now?
> I hope it helps.
Yes, thank you very much!
Bye,
Mike