Is there a way to make recent versions of gdb work with shared libraries on Solaris 7? Currently I'm using 4.17, which sort-of works...it at least allows me to set breakpoints in shared libraries and will stop at them. With 4.18, if I set any breakpoints in shared libraries, it refuses to run with messages "Can't set breakpoint at 0xXXXX" With 5.0. it will run, but it prints messages "Can't enable breakpoint at foo.c:XXX" (many such messages) and never stops at the breakpoint. The big problem I have with 4.17 is that it doesn't appear to understand sparc v9 at all -- disassemblies are littered with unknown instructions... Chris Dodd [EMAIL PROTECTED]