Re: Creating a statically linked executable for a LuaJIT+C program

  • From: pansz <pan.shizhu@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Fri, 26 Oct 2012 10:47:34 +0800

LuaJIT support this feature from LuaJIT2.0.0 beta9 (or beta8).

you can use luajit to compile .lua into .c or .o and link it with your host
program.


On Thu, Oct 25, 2012 at 9:46 PM, Luke Gorrie <lukego@xxxxxxxxx> wrote:

> Hoi,
>
> I have an application written in LuaJIT + C that I would love to
> convert into a single file statically linked executable. Is there a
> good way to do this?
>
>

Other related posts: