> Dear friend, Recently I am curious about how glib works, so I want to > debug its source code with gdb. But I got stuck... > > These are steps I followed, after the source code is downloaded: > 1) ./configure --enable-debug=yes The --enable-debug switch turns on some internal tests, but it doesn't make the compiler add debugging information. Try: CFLAGS=-g ./configure --enable-debug=yes make make install John _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx https://mail.gnome.org/mailman/listinfo/gtk-list