Hi

With gcc 5.4 and haproxy 1.6.7 I get the following errors.

--
src/hlua.o: In function `hlua_yield':
hlua.c:(.text+0xdd): undefined reference to `lua_yieldk'
src/hlua.o: In function `hlua_hook':
hlua.c:(.text+0x14f): undefined reference to `lua_isyieldable'
hlua.c:(.text+0x1b9): undefined reference to `lua_yieldk'
src/hlua.o: In function `hlua_sleep_yield':
hlua.c:(.text+0x925): undefined reference to `lua_tointegerx'
hlua.c:(.text+0x945): undefined reference to `lua_yieldk'
src/hlua.o: In function `hlua_load':
hlua.c:(.text+0x170b): undefined reference to `luaL_loadfilex'
hlua.c:(.text+0x172e): undefined reference to `lua_pcallk'
src/hlua.o: In function `hlua_lua2arg':
hlua.c:(.text+0x18b8): undefined reference to `lua_tointegerx'
src/hlua.o: In function `hlua_lua2smp':
--

Can somebody advice me which library is missing here or do we need
another include?

cheers

-- 
Thomas


Reply via email to