#3048: libstdc++.so.6.0.14-gdb.py installed in the wrong place
-----------------------------------------+----------------------------------
Reporter: bdubbs@… | Owner: bdubbs@…
Type: enhancement | Status: reopened
Priority: normal | Milestone: 7.2
Component: Book | Version: SVN
Severity: normal | Resolution:
Keywords: |
-----------------------------------------+----------------------------------
Changes (by bdubbs@…):
* status: closed => reopened
* resolution: fixed =>
Comment:
Replying to [comment:5 Krejzi]:
> Well, I am not sure why is that, but I see that glib installs it's py
files into location that I pointed. I don't know which one is correct.
Even ArchLinux installs py files into location I mentioned.
Fedora16 installs to /usr/share/gdb/auto-load/usr/lib64/
Looking at the gdb documentation, it looks like it should be
/usr/share/gdb/auto-load/<full path + name>-gdb.py
In this case <full path + name> should be usr/lib64/libstdc++.so.6.0.16
IOW /usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.16-gdb.py
or
{{{
case `uname -m` in
i?86) GDBDIR=/usr/share/gdb/auto-load/usr/lib/ ;;
*) GDBDIR=/usr/share/gdb/auto-load/usr/lib64/ ;;
esac
}}}
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3048#comment:6>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page