|
Hello,
I would like to study the source code of lua in detail and I want to start with the first official version (1.1).
I downloaded the source code https://www.lua.org/ftp/ and since then I've been trying to build it without success.
I still have undefined symbols (malloc, free and others)
I tried putting CXX=gcc in src/Makefile but still can't build the source code.
Would you have a solution?
I am on linux.
|