|
> I'm unable to build luac.exe
> luac.obj : error LNK2005: luaP_opmodes already defined in lopcodes.obj
> luac.exe : fatal error LNK1169: one or more multiply defined symbols found
Why did the linker try to resolve symbols in lopcodes.obj since
presumably luac.obj is listed before lua.lib?
How are you building luac.exe?