help-gnu-utils
[Top][All Lists]
Advanced

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

Debuging a library


From: biloti
Subject: Debuging a library
Date: 13 May 2005 17:19:50 -0700
User-agent: G2/0.2

Hi

I've been developing a mathematical library (Open Optimization Library
- OOL, ool.sourceforge.net) and I employ the GNU tools
autoconf/automake.

The usual is that the library generated is compiled with optimization
flags and then stripped. To test the library I use a simple program
that obviously is linked with it. I would like to run DDD on this main
program but, since the library file is stripped, I cant trace the
execution into the library's functions.

Is there a way to generate the library file (libool.la) without any
optimization flag and unstripped?

Thanks in advance
Ricardo Biloti



reply via email to

[Prev in Thread] Current Thread [Next in Thread]