This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: debugging multi threaded application


"Mudeem Siddiqui" <mudeem@quartics.com> writes:

> In my lib directory, I do have libthread_db but with slightly different
> name i.e libthread_db.so.0 and libthread_db-0.9.21.so. Attached Is
> config.log for the reference. What can I do to get this thing working :)

How did you set up the cross tools?  You are missing the link from
libthread_db.so to one of these files.  The linker looks for
libthread_db.so and libthread_db.a, but no other file.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]