Hey. I'm trying to update all of my libraries, have made it through atk (1.10.3), cairo (1.0.0), glib (2.8.1), and pango (1.10.0). Now I'm on gtk (2.8.3), and it won't make. It configures just fine, makes it through some of the build, and then barfs this out:
Code:
/usr/lib/gtk+-2.8.3/gdk/.libs/libgdk-x11-2.0.so: undefined reference to `pango_cairo_font_map_create_context'
./.libs/libgtk-x11-2.0.so: undefined reference to `pango_cairo_context_set_resolution'
/usr/lib/gtk+-2.8.3/gdk/.libs/libgdk-x11-2.0.so: undefined reference to `pango_cairo_show_glyph_string'
/usr/lib/gtk+-2.8.3/gdk/.libs/libgdk-x11-2.0.so: undefined reference to `pango_cairo_font_map_get_default'
./.libs/libgtk-x11-2.0.so: undefined reference to `pango_cairo_show_layout'
./.libs/libgtk-x11-2.0.so: undefined reference to `pango_cairo_context_set_font_options'
collect2: ld returned 1 exit status
make[4]: *** [gtk-query-immodules-2.0] Error 1
make[4]: Leaving directory `/usr/lib/gtk+-2.8.3/gtk'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/lib/gtk+-2.8.3/gtk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/lib/gtk+-2.8.3/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/lib/gtk+-2.8.3'
make: *** [all] Error 2
Both pango and cairo are installed correctly, and I've reinstalled them just to be safe.
I can't find anything about this problem anywhere. Any ideas?