Re: Building a luajit rumpkernel

  • From: "Jason E. Aten" <j.e.aten@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Fri, 12 Jan 2018 18:42:20 -0600

libluajit.so: In function `lj_err_throw':
(.text+0x5289): undefined reference to `_Unwind_RaiseException'

This is a link error. And it appears to be missing a c++ library. Look up
what the library
is for the C++ runtime for your system.  For example, if it is libcpp.so,
then try adding
-lcpp  to your LDFLAGS.

Other related posts: