lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Luiz,

> Thank you for all the feedback so far.

I noticed that the makefile mingw section still references 53.dll:

mingw:
    $(MAKE) "LUA_A=lua53.dll" "LUA_T=lua.exe" \
    "AR=$(CC) -shared -o" "RANLIB=strip --strip-unneeded" \
    "SYSCFLAGS=-DLUA_BUILD_AS_DLL" "SYSLIBS=" "SYSLDFLAGS=-s" lua.exe
    $(MAKE) "LUAC_T=luac.exe" luac.exe

After fixing this I didn't run into any issues compiling 5.4 using
mingw-32 and a fairly old gcc (4.8.x).

Paul.