Date: Tue, 26 Oct 1999 09:38:44 -0700 (PDT) From: Kip Macy <kip@lyris.com> To: questions@freebsd.org Subject: __pthread_connect() Message-ID: <Pine.SOL.4.05.9910260931220.23202-100000@luna>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.05.9910260931220.23202-100000>