lua-users home
lua-l archive

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


I had planned to build Lua with dynamic loader enabled on Mac OS X. I tried to enable LUA_USE_MACOSX and the linker complaint some functions' symbol is unfound, which seem to belong to "readline". So I disabled LUA_USE_MACOSX and turned to LUA_USE_DLOPEN. This time it worked.

Why does LUA_USE_MACOSX includes such a sub-option which doesn't work on OS X at all? Is that a bug in the Makefile?