luadec icon indicating copy to clipboard operation
luadec copied to clipboard

lua 5.3 error luadec.c:(.text.startup+0x204): undefined reference to `luaL_loadfile'

Open gurachan opened this issue 6 years ago • 1 comments

[10:05 luadec ]$ make LUAVER=5.3 gcc -o luadec guess.o luadec.o decompile.o disassemble.o proto.o StringBuffer.o structs.o statement.o macro-array.o expression.o ../lua-5.3/src/liblua.a -lm luadec.o: In function main': luadec.c:(.text.startup+0x204): undefined reference to luaL_loadfile' collect2: error: ld returned 1 exit status make: *** [Makefile:52: luadec] Error 1

gurachan avatar Jul 12 '18 02:07 gurachan

make clean make LUAVER=5.3

negbie avatar Mar 24 '21 16:03 negbie