Uzytkownik <[EMAIL PROTECTED]> writes: > $ gcc main.c `pkg-config libglade-2.0 --cflags --libs` > $ ./a.out > (a.out:5100): libglade-WARNING **: could not find signal handler > 'on_bok_clicked'. > > (a.out:5100): libglade-WARNING **: could not find signal handler > 'on_wgtelnet_destroy'. > > What's wrong?
What platform and architecture are you using? What is the output of "nm -D a.out"? What is the output of "pkg-config libglade-2.0 --cflags --libs"? Your executable must have a dynamic symbol take in order for libglade to dlopen and introspect your running program. Regards. Roger -- Roger Leigh Printing on GNU/Linux? http://gimp-print.sourceforge.net/ Debian GNU/Linux http://www.debian.org/ GPG Public Key: 0x25BFB848. Please sign and encrypt your mail. _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list