[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: address@hidden: "Unable to find dynamic linker breakpoint function"
From: |
David Wuertele |
Subject: |
Re: address@hidden: "Unable to find dynamic linker breakpoint function" |
Date: |
Thu, 17 Jul 2003 17:22:35 -0700 |
User-agent: |
Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.2 (gnu/linux) |
David> Regarding this problem, I asked for help on an official gdb
David> mailing list a few monthes ago. No one replied, so good luck
David> to you. If you find a solution, please post! But
David> realistically, I don't think you'll get any help from this
David> mailing list. Your problem involves gdb, not ddd.
Thanks, I actually did get a response, and the solution was to do
(gdb) set solib-absolute-prefix /nfsroot
and all was well!
Dave