lua-users home
lua-l archive

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


On 19/05/2010, at 9:52 AM, Petite Abeille wrote:

> On May 18, 2010, at 11:45 PM, Geoff Leyland wrote:
> 
>> I looked through the archives, and it seems like Steve Donovan had exactly the opposite problem with work1.  I'm confused.  Can anyone spot my obvious mistake?
> 
> Make sure to recompile.

I understand that binary compatibility is not guaranteed, and that if I recompiled lfs it would work, and there's no problem with that.  I'm just surprised that
 - luaL_register is implemented in terms of luaL_openlib
 - luaL_openlib, which apparently disappeared in work1, seems to have returned in work3

Cheers,
Geoff