Gentoo Archives: gentoo-dev

From: "Nelson Benítez" <gnel@×××××××××××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] emerging a library with debugging symbols
Date: Sun, 03 Jul 2005 16:06:57
Message-Id: 1120406678.19105.20.camel@gnelson.casa
1 Hello, Im trying to emerge a library (gnome-vfs) with debugging symbols
2 so gdb can show me sources when debugging. To accomplish this I have
3 emerged with pertinent cflags (-ggdb -O0) and with FEATURE "noclean" so
4 the sources are still around after emerging. But for some strange reason
5 the so file in the work directory has debugging symbols (not stripped)
6 but the so file installed hasn't debugging symbols (stripped), as you
7 can see here:
8
9 file /var/tmp/portage/gnome-vfs-2.10.1-r1/work/gnome-vfs-2.10.1/libgnomevfs/.libs/libgnomevfs-2.so.0.1000.1
10 /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
11
12 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
13
14
15 I think it could be something related to libtool when finally installing
16 the library but I have no idea, I would appreciate ideas for what is
17 happen here or what I am doing wrong...
18
19
20 Thanks
21
22
23 --
24 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] emerging a library with debugging symbols Jakub Moc <jakub@g.o>
Re: [gentoo-dev] emerging a library with debugging symbols "Patrick Börjesson" <psycho@××××××××.cx>
Re: [gentoo-dev] emerging a library with debugging symbols Chris White <chriswhite@g.o>