If I attempt to use libthread_db.so (i.e., I compile a
program specifying "-lthread_db" as an option to gcc),
I get several error messages complaining about
undefined references. These are functions such as
"ps_pdwrite", and other "proc service" functions that
are required by the thread debug stuff. 

It looks to me like there should be another .so file
somewhere that provides these functions. I have a
routine that searches .so files for function exports,
but I cannot find "ps_pdwrite" anywhere. I have seen
this on both RH 7.3 and RH 9.0.

Am I missing a .so file? Or does a user of
libthread_db.so have to provide the needed functions.


Chris Gay

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to