lua-users home
lua-l archive

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


Thanks, Daniel

Linking my app against liblua.so indeed sorted out the issue!  So lfs,
socket etc are now all satisfied.

steve d.

On Fri, May 8, 2009 at 11:52 AM, Daniel Silverstone
<dsilvers@digital-scurf.org> wrote:
> The *correct* way to do this, and the way it *MUST* be done to work
> reliably, is to ensure that the C side of any Lua extension is *LINKED*
> against liblua.so