Index: [thread] [date] [subject] [author]
  From: Christoph Egger <Christoph_Egger@t-online.de>
  To  : ggi-develop@eskimo.com
  Date: Fri, 16 Jul 1999 16:54:42 +0200 (MEST)

Re: Debugging infos

On Sat, 17 Jul 1999, Andrew Apted wrote:

> Christoph Egger writes:
> 
> >  I can't debug any library-internal routines I wrote, because gdb says
> >  there are no debug informations available, although I enabled the -g3
> >  gcc-option on  ALL  files. 
> >  Even on creating the library I use the -g3 option:
> >  
> >          $(CC) -g3 -s -shared $(ALL_OBJECTS) -o lib3dtk.so -lefence -lc -lm -lgic -lrecognizers -lggi -lgii
> >  	      ^^^^
> 
> info gcc:
> 
>   `-s' Remove all symbol table and relocation information from the
>        executable.
> 
> Solution: take out the `-s'.  

Done. But both gdb and ddd still says: no debug informations available.

> And please RTFM.

What does RTFM stands for?

> 
> Cheers,
> ___________________________________________________
>                                                \  /
>   Andrew Apted   <ajapted@netspace.net.au>      \/
>  
> 

Christoph Egger
E-Mail: Christoph_Egger@t-online.de

Index: [thread] [date] [subject] [author]