25 Dec
2012
25 Dec
'12
4:11 p.m.
On 2012–12–25 Marco Patzer wrote:
Linking fails due to a call to an undefined function:
Undefined first referenced symbol in file hstrerror libluasocket.a(libluasocket_a-socket.o) ld: fatal: symbol referencing errors. No output written to luatex
A patch is attached.
Changing hstrerror (from netdb.h) to strerror might not be a good idea, it might result in reporting a wrong error message. This should be fixed so that hstrerror is actually found. I'm not sure what's wrong here, the luasocket build or the libtool call? Marco