undefined symbol: 'luaT_typenames_' when attempting to run a lua script that requires a Pallene module. #362
Answered
by
hugomg
srijan-paul
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
hugomg
Apr 17, 2021
Replies: 1 comment 8 replies
-
Hmm... an interesting problem.
What happens if you run |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
srijan-paul
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hmm... an interesting problem.
What happens if you run
nm
on theliblua.a
and on the resultingapp
executable?