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

Debugging infos

Hi!

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
	      ^^^^

ONLY the demos using the lib I wrote have debugging informations.

Can anyone help me?

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

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