GDB error

2009-12-04 Thread Martin Dolezal
Hi, I compile Hello world from official GTK tutorial this way: g++ -Wall -g main.cpp -o anc `pkg-config --cflags gtk+-2.0` `pkg-config --libs gtk+-2.0` Compilation is successfull and "Hello world button" program is running. But i have problems with debugging. I had them in Eclipse so I tried in co

gdb error

2009-03-29 Thread dhk
When using gdb I get the following error as soon as I hit gtk_init() in may main. (gdb) 60gtk_set_locale (); (gdb) 61gtk_init(&argc, &argv); (gdb) [Thread debugging using libthread_db enabled] Error while reading shared library symbols: Cannot find new threads: generic error Cann