From owner-freebsd-hackers Wed Feb 9 1:57:51 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from milhouse.cnbinc.com (martin2.lnk.telstra.net [139.130.137.91]) by builder.freebsd.org (Postfix) with ESMTP id 3A005438E for ; Wed, 9 Feb 2000 01:57:13 -0800 (PST) Received: from bender (bender.cnbinc.com [203.38.182.20]) by milhouse.cnbinc.com (8.9.3/8.9.3) with SMTP id UAA04128; Wed, 9 Feb 2000 20:24:02 +1030 (CST) (envelope-from diskiller@cnbinc.com) Message-ID: <001901bf72e3$8e609460$14b626cb@bender.cnbinc.com> From: "Martin Minkus" To: , "freebsd-hackers@freebsd.org" References: <389FE489.4A5129DC@uas.alaska.edu> Subject: Re: pthread problem (long and difficult) Date: Wed, 9 Feb 2000 20:23:45 +1030 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running 3.4-RELEASE milhouse:/usr/lib> nm libc_r.so.3 | grep pthread_attr_set 00015d08 T pthread_attr_setcreatesuspend_np 00015ccc T pthread_attr_setdetachstate 00015ca4 T pthread_attr_setinheritsched 00015c78 T pthread_attr_setschedparam 00015c48 T pthread_attr_setschedpolicy 00015c3c T pthread_attr_setscope 00015c10 T pthread_attr_setstackaddr 00015be0 T pthread_attr_setstacksize milhouse:/usr/lib> You'll notice that i have pthread_attr_setscope Maybe something strange happened with make world (i doubt it) and your libc_r hasn't been updated ... ls -al /usr/lib | grep libc What are the date's on the files? (Esp. libc_r). Does it match when you made world ? Or are they much older? -- diskiller@cnbinc.com Linux/FreeBSD hacker ----- Original Message ----- From: Russ Pagenkopf To: freebsd-hackers@freebsd.org Sent: Tuesday, February 08, 2000 8:10 PM Subject: pthread problem (long and difficult) > > /usr/libexec/ld-elf.so.1: ./CGServer: Undefined symbol > > "pthread_attr_setscope" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message