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.

We've been using this for several years now and have no complaints till now.

You don't need to enable LUA_USE_MACOSX manually: just build Lua with
"make macosx".

Can you please give details on how you installed a C compiler and how
you build Lua? And which version of Mac OS X you're running.