Date: Wed, 9 Feb 2000 20:23:45 +1030 From: "Martin Minkus" <diskiller@cnbinc.com> To: <russ.pagenkopf@uas.alaska.edu>, "freebsd-hackers@freebsd.org" <freebsd-hackers@FreeBSD.ORG> Subject: Re: pthread problem (long and difficult) Message-ID: <001901bf72e3$8e609460$14b626cb@bender.cnbinc.com> References: <389FE489.4A5129DC@uas.alaska.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <russ.pagenkopf@uas.alaska.edu> To: freebsd-hackers@freebsd.org <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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001901bf72e3$8e609460$14b626cb>