Trying to install anope 1.65 on a mandriva 2008 box
Get the following warnings:
main.c: In function ‘services_restart’:
main.c:206: warning: implicit declaration of function ‘pthread_kill_other_threads_np’
nickserv.c: In function ‘load_old_ns_dbase’:
nickserv.c:479: warning: dereferencing type-punned pointer will break strict-aliasing rules
And ends with this error:
/home/user/anope-1.6.5/main.c:206: undefined reference to `pthread_kill_other_threads_np'
main.o: In function `main':
/home/usler/anope-1.6.5/main.c:501: undefined reference to `pthread_kill_other_threads_np'
collect2: ld returned 1 exit status
make: *** [services] Error 1
Any help appreciated
Rune