Tomash Brechko
2014-09-25 12:47:39 UTC
Hello!
http://luajit.org/install.html compatibility matrix doesn't list MinGW-w64
for x64/Windows. The reason was explained a while ago at
http://lua-users.org/lists/lua-l/2011-03/msg00383.html : mingw64 lacked the
support for Win64 exceptions.
However since version 3.0 mingw64 uses gcc 4.8 which has support for SEH on
w64. So can MinGW-w64 3.0+ now build LuaJIT, or are there some other
unresolved obstacles?
http://luajit.org/install.html compatibility matrix doesn't list MinGW-w64
for x64/Windows. The reason was explained a while ago at
http://lua-users.org/lists/lua-l/2011-03/msg00383.html : mingw64 lacked the
support for Win64 exceptions.
However since version 3.0 mingw64 uses gcc 4.8 which has support for SEH on
w64. So can MinGW-w64 3.0+ now build LuaJIT, or are there some other
unresolved obstacles?
--
Tomash Brechko
Tomash Brechko