> I experienced the same problem... Solved by using kdevelop 1.2 on Mandrake
> 7.0 v2 only.. It works neither on RedHat, nor Suse, nor Mandrake 7.1 or
> higher...
> Strange problem...
> > Hello,
> > I'd like to debug shared libraries with gdb 4.18 compiled by gcc 2.95.2
> > on a Suse 7.0 Linux System.
> > My Problem is that no stops are done at breakpoints in the shared
> > library. The same source compiled with
> > the same options (namely -g) on Suse 6.3 with gcc 2.91.66 and then
> > debugged under Suse 7.0 can be
> > debugged without problems.
> > Can anybody help ?
I doubt it... However, look at the "binutils" texinfo file,
particularly the "strip" and "ranlib," "objdump" pages, to determine
whether the symbols were retained in the libraries. Also the "ld"
manual page and the Makefiles, if any, to determine if the linker
flags were responsible.
--
Robert Kiesling
Linux FAQ Maintainer
http://www.mainmatter.com/linux-faq/toc.html http://www.mainmatter.com/