Re: gcc 5.4 haproxy lua

2016-07-18 Thread Thomas Heil
Hi, On 15.07.2016 13:23, Thomas Heil wrote: > 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 refer

gcc 5.4 haproxy lua

2016-07-15 Thread Thomas Heil
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 refer