LUA_USE_MACOSX
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: LUA_USE_MACOSX
- From: Dong Feng <middle.fengdong@...>
- Date: Thu, 4 Oct 2012 11:14:26 +0800
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?