lua-users home
lua-l archive

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


> Maybe I shouldn't be linking against Lua at this point -- since the lua
> binary is already linked against it, maybe I'm loading Lua twice as Luiz
> suggested.  But if I don't link against Lua at this point I get undefined
> reference errors (even though I'm compiling with -shared).

For OS X the incantation is "-bundle -undefined dynamic_lookup" instead of
"-shared".