[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Building luac (5.1 alpha)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 21 Sep 2005 15:20:00 -0300
> But I fail to build luac.exe. The project consists of luac.c, print.c
> and liblua51.a (I want it to be dynamically linked with lua51.dll).
> The linker cannot find references to:
> `luaP_opnames', `luaP_opmodes', `luaF_newproto', `luaD_growstack',
> `luaS_newlstr', `luaM_realloc_', `luaM_toobig', `luaM_toobig' and
> `luaU_dump'.
See
http://lua-users.org/lists/lua-l/2005-09/msg00233.html
http://lua-users.org/lists/lua-l/2005-09/msg00229.html
The short answer is to build luac statically. Sorry about that.
--lhf