bug-ddd
[Top][All Lists]
Advanced

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

Re: Hilfe! DDD Version 3.3.1-117 findet init.c nicht


From: J.H.M. Dassen (Ray)
Subject: Re: Hilfe! DDD Version 3.3.1-117 findet init.c nicht
Date: Thu, 8 Aug 2002 15:56:36 +0200
User-agent: Mutt/1.4i

Replying in English - my German is read-only.

On Thu, Aug 08, 2002 at 14:19:18 +0200, Andreas Günther wrote:
> Ich setze unter SUSE 8.0 den DDD Version 3.3.1-117 ein, so wie ihn SUSE 
> mitliefert. Allerdings lassen sich C++-Programme nicht debuggen, sondern DDD 
> liefert mir die Meldung:
> 
>       "/home/andreas/init.c"...Datei oder Verzeichnis nicht gefunden."
> 
> Im Internet stoße ich zwar auf die selben Fragestellungen, aber bislang
> habe ich noch keine Lösung des Problems gefunden.

Quoting myself from
http://mail.gnu.org/pipermail/bug-ddd/2002-March/000813.html :
:That message is from gdb, rather than DDD. It indicates you are on a system
:whose C runtime library contains symbols to support debugging (i.e. it has
:not been stripped), but you do not have the sources to the C library
:installed. This occurs e.g. on Red Hat Linux. IMHO there is no reason for
:the regular C runtime library to contain debugging symbols and I'm happy
:that the distribution I use (Debian GNU/Linux) does not include them.

> Vielleicht können Sie mir mitteilen, was in dieser Datei steckt,

init.c is a source file of the GNU C library.

> wo sie bei SUSE 8.0 liegen sollte

Presumably in SuSE's source RPM for the GNU C library; that's where the
>    "Compilation directory is /usr/src/packages/BUILD/glibc-2.2.5/csu/\n"
comes from.

But you don't need it, unless you want to debug the GNU C library itself.

> und wo ich die Einstellung wie im DDD ändern sollte.

You can't. It should be possible to ignore this warning and simply use
"next" rather than "step" to jump over internals of calls to libraries
you're not debugging.

HTH,
Ray
-- 
Those who are willing to trade their liberty for security deserve neither.
        Benjamin Franklin



reply via email to

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