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: shared library symbols not loaded automatically


On Fri, Jul 21, 2006 at 08:12:56PM +0530, Kunal Parmar wrote:
> Hi Daniel,
> I am not clear how setting solib-absolute-prefix will solve this problem.
> The manual says that it is used as a prefix for searching the libraries 
> at runtime.
> When I use the command sharedlibrary at the gdb prompt, the libraries 
> are correctly loaded.
> Doesn't this mean that I do not need to set the solib-absolute-prefix??

Not if they're the wrong libraries.

You may be loading literally "/lib/libc.so.6" on your host - an
i386 library.

-- 
Daniel Jacobowitz
CodeSourcery


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