From owner-freebsd-questions Tue Oct 26 9:39:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from luna.lyris.net (luna.shelby.com [207.90.155.6]) by hub.freebsd.org (Postfix) with ESMTP id 42C2214F2A for ; Tue, 26 Oct 1999 09:39:01 -0700 (PDT) (envelope-from kip@lyris.com) Received: from luna.shelby.com by luna.lyris.net (8.9.1b+Sun/SMI-SVR4) id JAA23618; Tue, 26 Oct 1999 09:38:44 -0700 (PDT) Received: from (luna.shelby.com [207.90.155.6]) by luna.shelby.com with SMTP (MailShield v1.50); Tue, 26 Oct 1999 09:38:44 -0700 Date: Tue, 26 Oct 1999 09:38:44 -0700 (PDT) From: Kip Macy X-Sender: kip@luna To: questions@freebsd.org Subject: __pthread_connect() Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SMTP-HELO: luna X-SMTP-MAIL-FROM: kip@lyris.com X-SMTP-RCPT-TO: questions@freebsd.org X-SMTP-PEER-INFO: luna.shelby.com [207.90.155.6] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Starting this morning connect() is not being mapped to _thread_sys_connect but to __pthread_connect. To my knowledge I have not changed anything on my system, but obviously I must have if this behaviour is happening only now. obj_lyris_nonblocking_debug/nbsociti.o: In function `nb_socket_item_impl::__pthread_connect(os_socket_address const &)': /opt/lyris/current_cvs/lyris/src/nbsociti.cpp:241: undefined reference to `__pthread_connect' What might I have changed? I am using gcc-2.95.1 and 3.3-R, but I have being using both of those with this source base since they came out. Obviously I can make __pthread_connect a wrapper to _thread_sys_connect, but that is just hiding the problem. Thanks. -Kip To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message