Re: Debugging of GTK
- From: Russell Shaw <rjshaw netspace net au>
- Cc: "gtk-app-devel-list gnome org" <gtk-app-devel-list gnome org>
- Subject: Re: Debugging of GTK
- Date: Sun, 19 Dec 2004 16:49:16 +1100
Petr Hracek wrote:
Hi,
I did some program but I want to debug some procedures where I have
problem.
In the Makefile I have following but I don't know if all commands are
right.
============================================
CC=gcc
CFLAGS=`pkg-config --cflags gtk+-2.0`
LIBS=`pkg-config --libs gtk+-2.0`
program: program.o
$(CC) -o program $(LIBS) program.o
program.o: program.c
$(CC) $(CFLAGS) -c -d DEBUG program.c
=============================================
After this I run ddd and select program, ddd show me message that no
sources are available.
Can you help me where I can have problem?
CFLAGS=`pkg-config --cflags gtk+-2.0` -g -O0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]