Im having trouble getting lune, a lua mud server to link. I really dont know whats going on, or how to go about fixind it, about the only thing i can think of is differences betwen versions of lua.
here is the output,
Thanks in advance.
here is the output,
luasocket.c:(.text+0xd5): undefined reference to `lua_newtag'
luasocket.c:(.text+0xe5): undefined reference to `lua_newtag'
luasocket.c:(.text+0xf6): undefined reference to `lua_newtag'
luasocket.c:(.text+0x107): undefined reference to `lua_newtag'
luasocket.c:(.text+0x1c0): undefined reference to `lua_settagmethod'
luasocket.o: In function `get_sock':
luasocket.c:(.text+0x2ed): undefined reference to `lua_tag'
luasocket.c:(.text+0x354): undefined reference to `lua_tag'
luasocket.o: In function `global_callfromtable':
luasocket.c:(.text+0x480): undefined reference to `lua_tag'
luasocket.o: In function `push_clienttable':
luasocket.c:(.text+0x649): undefined reference to `lua_settag'
luasocket.c:(.text+0x662): undefined reference to `lua_settag'
luasocket.o: In function `global_udpsocket':
luasocket.c:(.text+0x196d): undefined reference to `lua_settag'
luasocket.c:(.text+0x1984): undefined reference to `lua_settag'
luasocket.o: In function `global_select':
luasocket.c:(.text+0x21e0): undefined reference to `lua_getn'
luasocket.c:(.text+0x2251): undefined reference to `lua_getn'
luasocket.c:(.text+0x23a9): undefined reference to `lua_tag'
luasocket.c:(.text+0x2494): undefined reference to `lua_tag'
luasocket.c:(.text+0x2588): undefined reference to `lua_getn'
luasocket.o: In function `global_tcpbind':
luasocket.c:(.text+0x31e4): undefined reference to `lua_settag'
luasocket.c:(.text+0x31fe): undefined reference to `lua_settag'
luasocket.c:(.text+0x32d1): undefined reference to `lua_pushuserdata'
Thanks in advance.