lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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