Hi, busmanus <busmanus.lk@xxxxxxxxxxx> writes: > I definitely won't, when I asked this question, I didn't realize it was > 43 kB. Anyway, I had another look at the config.log and it makes some > more sense now, but I'll need some help all the same. Here's what seems > like the key to the problem: > > > configure: In function `main': > configure:15514: warning: unused variable `x_shm_info' > configure:15525: $? = 0 > configure:15528: test -s conftest.o > configure:15531: $? = 0 > configure:15541: result: yes > configure:15747: checking Pango flags > configure:15753: result: -I/usr/local/include/pango-1.0 > -I/usr/include/freetype2 -I/usr/X11R6/include > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > -Wl,--export-dynamic -L/usr/local/lib -lpangoxft-1.0 -lpangox-1.0 > -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 > configure:15798: gcc -o conftest -g -O2 -Wall > -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 > -I/usr/X11R6/include -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include conftest.c -Wl,--export-dynamic > -L/usr/local/lib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 > -lgmodule-2.0 -ldl -lglib-2.0 >&5 > /usr/local/lib/libpangoxft-1.0.so: undefined reference to > `XML_SetElementHandler' > /usr/local/lib/libpangoxft-1.0.so: undefined reference to > `XML_SetDoctypeDeclHandler' > /usr/local/lib/libpangoxft-1.0.so: undefined reference to `XML_ParserFree' > /usr/local/lib/libpangoxft-1.0.so: undefined reference to > `XML_SetCharacterDataHandler' > /usr/local/lib/libpangoxft-1.0.so: undefined reference to `XML_ErrorString' > /usr/local/lib/libpangoxft-1.0.so: undefined reference to `XML_ParseBuffer' > /usr/local/lib/libpangoxft-1.0.so: undefined reference to `XML_ParserCreate' > /usr/local/lib/libpangoxft-1.0.so: undefined reference to `XML_SetUserData' > /usr/local/lib/libpangoxft-1.0.so: undefined reference to `XML_GetErrorCode' > /usr/local/lib/libpangoxft-1.0.so: undefined reference to `XML_GetBuffer' > /usr/local/lib/libpangoxft-1.0.so: undefined reference to > `XML_GetCurrentLineNumber' > collect2: ld returned 1 exit status Looks like for whatever reason libexpat (used by fontconfig) is not found in your library search path. Sven _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list