This is the mail archive of the gdb-patches@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: How to fix solib path name?


On Wednesday 08 July 2009 17:18:46, Danny Backx wrote:

> Sure. Just did. I don't see it affecting the "info sharedlibrary" report
> though. I am probably doing something wrong. Is this functionality
> supposed to strip the path off my libraries when it looks ? Or must the
> directory structure in that sysroot match the directory structure on the
> CE device ?

The latter.  http://sourceware.org/gdb/onlinedocs/gdb_16.html#IDX749

> The coredll.dll is in \windows , that's on the device.
> 
> The other two are on my PC in /home/danny/x86 :
> pavilion: {64} ls -l /home/danny/x86/

> -rwxr-xr-x 1 danny danny 227857 2009-06-17 21:42 libgcc_s_sjlj-1.dll
> -rwxrwxr-x 1 danny danny 845824 2009-06-25 23:18 libstdc++-6.dll

Group permissions are different, but this *probably* shouldn't
affect this.  Wild guess, could all these issues be related
to '+''s in the filename?

> So, bottom line : I don't think the directory has anything to do with it
> because the executable and the two non-system DLLs are sitting in the
> same directory.

Mystifying.  Something must be different.  Maybe there's a
"rand()" call in the kernel somewhere.  :-)

-- 
Pedro Alves


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