> 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