Package: libstdc++3-dbg Version: 3.0.4-7 While trying to debug a program, I encountered some weird paths that prevented me from taking advance of the debug-lib:
LD_PRELOAD=/usr/lib/libstdc++_debug/libstdc++3.so.3 gdb ./test ... (gdb) step 178 in /home/doko/packages/gcc/3.0/gcc-3.0-3.0.4ds3/build/i386-linux/libstdc++-v3/include/bits/char_traits.h (gdb) This dir doesn't exist on my machine, and of course I can't step through the source then. I must admit that I don't know exactly where the path comes from. I did cd /usr/lib grep -r -i home *|grep doko to find out where the path was hardcoded but to no avail. Maybe it is also my bad invocation (see bug #149555) that caused the failure. cheers Uli -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]