Date: Sun, 10 Feb 2002 15:53:08 -0500 (EST) From: Tim Kellers <timothyk@serv1.wallnet.com> To: <freebsd-questions@freebsd.org> Subject: ntop2 Message-ID: <20020210154835.T60768-100000@serv1.wallnet.com>
next in thread | raw e-mail | index | archive | help
I've successfully built ntop 2 on 4 FreeBSD boxes, the 5th one is obstinate, though. Using cvsupped sources (from today), and portupgrade (most recent build), the compile bombs at the linking level (I think). I've even gone so far as to portupgrade every listed dependency, still No Joy. The following is a snip from the end of the make clean build where it errors out: main.o: In function `main':M /usr/ports/net/ntop/work/ntop/main.c(.text+0xed2): undefined reference to `__pt .libs/libntopreport.so: undefined reference to `__pthread_fork'M .libs/libntop.so: undefined reference to `pthread_yield_np'M .libs/libntop.so: undefined reference to `__pthread_sendto'M .libs/libntopreport.so: undefined reference to `__pthread_select'M .libs/libntopreport.so: undefined reference to `__pthread_recv'M .libs/libntopreport.so: undefined reference to `__pthread_accept'M .libs/libntop.so: undefined reference to `__pthread_detach'M .libs/libntop.so: undefined reference to `__pthread_waitpid'M .libs/libntopreport.so: undefined reference to `__pthread_send'M gmake[2]: *** [ntop] Error 1M gmake[2]: Leaving directory `/usr/ports/net/ntop/work/ntop'M gmake[1]: *** [all-recursive] Error 1M gmake[1]: Leaving directory `/usr/ports/net/ntop/work/ntop'M gmake: *** [all-recursive-am] Error 2M *** Error code 2M M Stop in /usr/ports/net/ntop.M *** Error code 1M Appreciate any ideas Tim Kellers CPE/NJIT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020210154835.T60768-100000>