From owner-freebsd-questions Sun Feb 10 12:53:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from serv1.wallnet.com (server1.wallnet.com [208.225.162.122]) by hub.freebsd.org (Postfix) with ESMTP id C8BEA37B400 for ; Sun, 10 Feb 2002 12:53:09 -0800 (PST) Received: from localhost (timothyk@localhost) by serv1.wallnet.com (8.11.5/8.11.5) with ESMTP id g1AKr8B60936 for ; Sun, 10 Feb 2002 15:53:09 -0500 (EST) (envelope-from timothyk@serv1.wallnet.com) Date: Sun, 10 Feb 2002 15:53:08 -0500 (EST) From: Tim Kellers To: Subject: ntop2 Message-ID: <20020210154835.T60768-100000@serv1.wallnet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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