lua-users home
lua-l archive

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


> On -fPIC, is it a similar reason? While building a shared library is not directly a goal, the ability to link to a shared library is necessary.

AFAIK, a main program that embeds Lua does not need to be built with
-fPIC to be able to link to a shared library: lua.c has been doing it
forever.