### Change these to match your Lua installation LUA= /home/medgar/src/lang/lua/lua-5.1.1 LUAINC= -I$(LUA)/src LUALIB= -L$(LUA)/src -llua51 #LUA= /home/mark/luabinaries/lua51 #LUAINC= -I$(LUA)/include #LUALIB= -L$(LUA) -llua5.1 ### Comment these if your system actually has posix_spawn() POSIX_SPAWN= -DMISSING_POSIX_SPAWN EXTRA= posix_spawn.o