Re: Undefined reference to `lj_err_unwind_dwarf' on Windows

  • From: Shmuel Zeigerman <shmuz@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Sat, 11 Aug 2012 09:27:20 +0300

On 11/08/2012 06:46, Mike Pall wrote:
Alex wrote:
I'm trying to compile a fresh clone of the Git repo on my Windows 7
x64 machine, with an unmodified make file and running make without
arguments. It proceeds normally until it links lua51.dll, in which it
errors with "lj_vm.o:buildvm_x86.dasc:(.eh_frame+0x11): undefined
reference to `lj_err_unwind_dwarf'".

Sorry, I forgot to test with MinGW. Fixed in git HEAD.

It successfully builds a 64 bit DLL with MinGW64. But the DLL does not work (crashes) when the script require()'s binary modules. Is it supposed to work? (I'm asking because the "Installation" page still does not list MinGW as a supported compiler for x64).

--
Shmuel

Other related posts: