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

_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to