On Sun, 2004-02-22 at 20:21, Raimund Eimann wrote: > Hi, > > sorry for bothering again, but not even pango compiles: > > make[4]: Entering directory `/work/compile/pango-1.3.2/pango' > /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o pango-querymodules > querymodules.o libpangox-1.0.la libpango-1.0.la -Wl,--export-dynamic > -L/opt/kde3.2/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 > gcc -g -O2 -Wall -o .libs/pango-querymodules querymodules.o > -Wl,--export-dynamic ./.libs/libpangox-1.0.so /work/compile/pango-1.3.2/pango/.libs/libpango-1.0.so > -L/opt/kde3.2/lib -L/usr/local/qt/lib -L/usr/X11R6/lib > -lX11 ./.libs/libpango-1.0.so /opt/kde3.2/lib/libgobject-2.0.so /opt/kde3.2/lib/libgmodule-2.0.so > -ldl /opt/kde3.2/lib/libglib-2.0.so -Wl,--rpath -Wl,/opt/kde3.2/lib > /work/compile/pango-1.3.2/pango/.libs/libpango-1.0.so: undefined reference to > `g_unichar_get_mirror_char' > collect2: ld returned 1 exit status You have multiple versions of GLib on your system; this takes a lot of experience to get right. Probably the simplest thing to do is to use a build script like garnome (google will give you more info) that is set up to properly encapsulate the new build. Or, quick-and-dirty if you don't mind messing up your system is ./configure --prefix=/usr --sysconfdir=/etc and just write over the system installation. This can, of course, cause arbitrarily bad problems if something is wrong with the new version. Regards, Owen _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list