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?
--
[EMAIL PROTECTED]
Linux/FreeBSD hacker
----- Original Message -----
From: Russ Pagenkopf <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message