This is the mail archive of the gdb@sources.redhat.com 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: pthread_db innitializing error


On Wed, Jun 25, 2003 at 01:42:18PM -0400, nak26 wrote:
> >
> >Eh?  It sounds like you're not using the right libraries at all.
> >solib-absolute-prefix should point to a copy of the target filesystem
> >layout - the target's versions of libraries.  It shouldn't search /lib
> >at all.
> >
> 
> I meant to say solib-search-path...
> 
> >
> >Probably symbol resolution is not working; most likely because you have
> >the wrong libpthread on the host.
> >
> 
> What do you mean by "you have the wrong libpthread on the host"?
> How can I doctor this?

Is GDB on the host finding the _host's_ libpthread, or the _target's_
libpthread copied to the host?

It must be the latter if you want it to work.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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