On Mon, Jul 18, 2011 at 4:15 PM, Terrence Brannon <[email protected]> wrote: > I installed the gtk+ windows all-in-one bundle version 2.22: > http://www.gtk.org/download/win64.php > and set it up successfully. However, the command `cpan Glib` on Strawberry > Perl 5.10 yields this error: [snip] > Note (probably harmless): No library found for -lgobject-2.0 > Note (probably harmless): No library found for -lgthread-2.0 > Note (probably harmless): No library found for -lglib-2.0 > Note (probably harmless): No library found for -lintl
I'm going to take a guess here and say that the path to the GTK libraries is not in your %PATH% environment variable. Can you please confirm? Thanks, Brian Hint: you can run pkg-config to verify that everything is set up correctly to compile Gtk2/Glib/Pango/Cairo: SOBAKA# pkg-config --modversion gtk+-2.0 2.16.0 _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
