Subject: Re: transcode fails with: Undefined symbol "sigwait"
To: Jeremy C. Reed <reed@reedmedia.net>
From: Vincent <10.50@free.fr>
List: tech-pkg
Date: 06/09/2004 21:22:15
"Jeremy C. Reed" <reed@reedmedia.net> dixit :

> rainier:/usr/src/tmp$ nm -a /usr/pkg/lib/libpthread.so | grep sigwait
> 000070a8 T __pthread_sigwait
> 0000daf0 T pth_sigwait
> 0000db18 T pth_sigwait_ev
> 000106e0 T sigwait
> 
> (What does nm's "T" means above?)

"T" -> Symbol in text code section.
Vincent