Hello, Im trying to emerge a library (gnome-vfs) with debugging symbols so gdb can show me sources when debugging. To accomplish this I have emerged with pertinent cflags (-ggdb -O0) and with FEATURE "noclean" so the sources are still around after emerging. But for some strange reason the so file in the work directory has debugging symbols (not stripped) but the so file installed hasn't debugging symbols (stripped), as you can see here:
file /var/tmp/portage/gnome-vfs-2.10.1-r1/work/gnome-vfs-2.10.1/libgnomevfs/.libs/libgnomevfs-2.so.0.1000.1 /var/tmp/portage/gnome-vfs-2.10.1-r1/work/gnome-vfs-2.10.1/libgnomevfs/.libs/libgnomevfs-2.so.0.1000.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped file /usr/lib/libgnomevfs-2.so.0.1000.1 /usr/lib/libgnomevfs-2.so.0.1000.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped I think it could be something related to libtool when finally installing the library but I have no idea, I would appreciate ideas for what is happen here or what I am doing wrong... Thanks -- gentoo-dev@gentoo.org mailing list