[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#149555: no documentation on how to use the lib for debugging



On Mon, Jun 10, 2002 at 01:53:45PM +0200, Ulrich Eckhardt wrote:
> Package: libstdc++3-dbg
> Version: 3.0.4-7
> 
> There is not a single note on how to use the lib for debugging, eg
> setting:
>   LD_PRELOAD=/usr/lib/libstdc++_debug/libstdc++.so.3
> before starting the program to be debugged or explicitly linking 
> with that lib (untested):
>   $(CXX) ... -l/usr/lib/libstdc++_debug/libstdc++.so.3
> 
> Also the documentation /usr/share/doc/gcc-3.0-base/* doesn't mention anything 
> in that direction.

Speaking of which, shouldn't we use /usr/lib/debug instead?  Ncurses
and libc already both use this convention.

Uli, try LD_LIBRARY_PATH=/usr/lib/libstdc++_debug for now, by the way.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


-- 
To UNSUBSCRIBE, email to debian-gcc-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: