[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (work1) now available
- From: Paul K <paul@...>
- Date: Sun, 25 Mar 2018 18:50:35 -0700
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.