|
From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2007-05-17 14:36:50
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=438440 gnome-perl | Gtk2 | Ver: unspecified ------- Comment #13 from dm...@ne... 2007-05-17 14:36 UTC ------- You're using aqua-graphics Gtk which is beyond what I know about specifically, but... Could you run 'nm /Users/jeremiah/.cpan/build/Gtk2-1.144-Wgl3I5/blib/arch/auto/Gtk2/Gtk2.bundle | grep _gdk_free_text_list' and 'otool -L /Users/jeremiah/.cpan/build/Gtk2-1.144-Wgl3I5/blib/arch/auto/Gtk2/Gtk2.bundle', and then that nm...grep also for the files listed by otool? That will tell us whether the symbol is in the .bundle at all, whether/where the gtk library is, and then whether that lib actually supports that symbol. /sw is certainly not a place that the compiler usually looks for libs, but the Glib-2.0 and Gtk-2.0 libraries use pkg-config to inform others where they are; I don't think you could have gotten as far as even compiling the perl package if the compiler couldn't find those libs. -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=438440. |