sorry, just found the solution with a bit more of googling search.
need the -export-dynamic flag to the linker flags.
http://galactus.ximian.com/pipermail/glade-users/2003-March/001226.html
On 6/5/05, y g <[EMAIL PROTECTED]> wrote:
> hi,
>
> i have a simple window with a button which when click
hi,
i have a simple window with a button which when clicked prints to
stdout a message. using libglade to interpret the xml file. compiles
fine but when i running it i get a warning that signal handler for the
button cannot be found. sorry for this trivial question but i think i
followed exactly t