search for: _main_loop

Displaying 2 results from an estimated 2 matches for "_main_loop".

Did you mean: main_loop
2014 Nov 22
2
Tinc 1.0.24 build failed on OSX Mavericks
...rotocol_key.o protocol_subnet.o raw_socket_device.o route.o subnet.o tincd.o utils.o xmalloc.o bsd/device.o -lcrypto -lz -llzo2 clang: warning: argument unused during compilation: '-pie' Undefined symbols for architecture x86_64: "_res_9_init", referenced from: _main_loop in net.o ld: symbol(s) not found for architecture x86_64 The symbol is exported in /usr/lib/libresolv.9.dylib library. I'm not familiar with autotools so I can't propose a patch, but it seems that -lresolv ldflag is missing somewhere. -- Best regards, Vladimir
2014 Nov 22
0
Tinc 1.0.24 build failed on OSX Mavericks
On Sat, Nov 22, 2014 at 07:05:11PM +0300, Vladimir "Equidamoid" Shapranov wrote: > I've got the following error when tried to compile tinc-1.0.24: [...] > Undefined symbols for architecture x86_64: > "_res_9_init", referenced from: > _main_loop in net.o > ld: symbol(s) not found for architecture x86_64 > > The symbol is exported in /usr/lib/libresolv.9.dylib library. I'm not > familiar with autotools so I can't propose a patch, but it seems that > -lresolv ldflag is missing somewhere. A fix is already pending for...