lua-users home
lua-l archive

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


On Wed, Jun 21, 2017 at 9:56 AM, Deepak Jois <deepak.jois@gmail.com> wrote:
> I am trying to use [rust-lua53](https://github.com/jcmoyer/rust-lua53)
> to execute Lua code. _rust-lua53_ already bundles the source code for
> Lua 5.3.3, and provides some bindings on top of it.

What is your lfs.so linked against?

If rust-lua53 links in Lua statically, then it might not re-export the
Lua symbols for the dynamic linking of lfs.

Another approach is to link lfs in the Lua build statically - it's
pretty straightforward.