Anope IRC Services

Anope Support => 1.6.x (Read Only) => Topic started by: Rune on November 09, 2007, 12:38:56 PM

Title: make error
Post by: Rune on November 09, 2007, 12:38:56 PM
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
Title:
Post by: Rune on November 09, 2007, 10:02:30 PM
Tried gmake and don't get the nickserv error

But still get:

main.o: In function `main':
/home/user/anope-1.6.5/main.c:501: undefined reference to `pthread_kill_other_threads_np'
collect2: ld returned 1 exit status
gmake: *** [services] Error 1
Title:
Post by: Trystan Scott Lee on November 09, 2007, 11:04:25 PM
Say no to threading or just move up to 1.7.x
Title:
Post by: Rune on November 10, 2007, 12:14:52 AM
That's exactly what I did mate

Just installed 1.7.19 and all went smoothly

Just gotta figure why all connections outside of my loacl network are being refused now :|

Rune
Title:
Post by: Jobe on November 10, 2007, 12:05:34 PM
Port forwarding or firewall. :)