Hi, I had installed glib-2.20.4 through a rpm built with checkinstall. I uninstalled it and re-installed glib with "make install".
I have the glib-2.0 directory in /usr/share, /usr/local/share, /usr/local/lib The PKG-CONFIG_PATH and LD_LIBRARY_PATH environment variables are empty. I tried "export LD_LIBRARY_PATH='/usr/local/lib' && export PKG_CONFIG_PATH='/usr/local/lib' " before ./configure in the gtk+-2.16.5 directory : my problem persits. I also added the three glib-2.0 paths in ld.so.conf, without any success. Is this actually a glib path problem? I have the /usr/local/lib/libgio-2.0.so file... > > On 08/01/2009 08:44 PM, julien wrote: >> Hi, >> >> I am trying to install gtk+-2.16.5 from sources under openSuse-11.0, >> (before installing unstable GIMP for UI translation). >> "Configure" gives no error message. >> Running "make" gives this error: >> >> /usr/local/lib/libgio-2.0.so: undefined reference to `g_poll' >> >> I can't find how to resolve this problem. >> I'd be grateful for any help. > > Looks like you're not linking against the proper GLib library, make sure > to setup PKG_CONFIG_PATH and LD_LIBRARY_PATH at configure time so that > the right dependencies are found preferably through the use of config.site. > > / Martin > > _______________________________________________ Gimp-user mailing list [email protected] https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
