lua-users home
lua-l archive

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


> lauxlib.h still includes a definition of luaI_openlib (aka.
> luaL_openlib under 5.1 + compatibility), but an implementation is not
> provided, resulting in errors at link time. I suspect that the
> definition should be removed, thus moving the error to compile time.

Which errors at link time? I don't see any in either linux or macosx.
Which platform are you using?