On Fri, 2007-07-20 at 09:10 -0500, [EMAIL PROTECTED] wrote:
[...]
> Unfortunately, it didn't work for me, but thanks for the ideas to try.

Hi, what you need is "-Wl,--export-dynamic" in your app's link stage.

Its not good enough to add that "just anywhere" on the command line,
linker arguments have to be in specific orders.

You can:
  a.) play with the order in which you feed "-Wl,--export-dynamic"
      (you should find the recipe pretty quick)
  b.) use `pkg-config --libs gmodule-2.0` which will automatically
      add the "-Wl,--export-dynamic" in the right place (provided
      you are already using pkg-config)

Cheers,
               -Tristan


_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to