[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LUA_USE_MACOSX
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 4 Oct 2012 08:18:53 -0300
> 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.