[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (work2) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 20 Jun 2018 18:43:10 -0300
> 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
Thanks for the report.
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?