The problem is that libgnomeui-scan links both glib 1.2 and 2.0 for some weird reason. It should not be linking to /usr/sfw/lib/libglib.so.
Try to find in your build log or in config.log how libglib.so makes it into your build. Laca On Fri, 2008-01-11 at 06:25 +0100, Patrick Ale wrote: > /usr/sfw/lib/libglib.so -lgailutil -lgtk-x11-2.0 -lgdk-x11-2.0 -lXi > -lXext > -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangocairo-1.0 -lfontconfig > -lXrandr -lXcursor -lXco > mposite -lXdamage -lpango-1.0 -lcairo -lXfixes -lgobject-2.0 > -lgmodule-2.0 -lglib-2.0 -ljpeg -lSM -lICE -lX11 -lsocket -lnsl -lpopt > -R/usr/sfw/lib > pkgbuild: cc: Warning: illegal option -norunpath > pkgbuild: ld: warning: symbol `g_thread_functions_for_glib_use' has > differing sizes: > pkgbuild: (file /usr/sfw/lib/libglib.so value=0x38; file > /usr/lib/libglib-2.0.so value=0x54);
