I'm trying to install pango-1.8.0 as per the gtk+ dependancy. ./configure executes fine with no errors and at the end says :
configuration:
backends: FreeType X Xft
but when I 'make', I get(the last few lines, as make runs for a few seconds):
/usr/local/lib/libglib-2.0.so
./.libs/libpangoxft-1.0.so: undefined reference to `g_assert_warning'
/home/Carlos/Documents/Downloads/pango/pango-1.8.0/pango/.libs/libpango-1.0.so: undefined reference to `g_fopen'
./.libs/libpangox-1.0.so: undefined reference to `g_return_if_fail_warning'
collect2: ld returned 1 exit status
make[4]: *** [pango-querymodules] Error 1
make[4]: Leaving directory `/home/Carlos/Documents/Downloads/pango/pango-1.8.0/pango'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/Carlos/Documents/Downloads/pango/pango-1.8.0/pango'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/Carlos/Documents/Downloads/pango/pango-1.8.0/pango'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Carlos/Documents/Downloads/pango/pango-1.8.0'
make: *** [all] Error 2
somebody help!! I've been working with this problem for like 2 days now . . .
edit: running SuSE 9.1 and glib-2.6.2