On 03/10/2011 03:27 AM, Eric Grivel wrote: > make[3]: Entering directory `/mnt/lincoln/d3/gimp/source/gegl/examples' > CC 2geglbuffer.c > CCLD 2geglbuffer > /mnt/lincoln/d3/gimp/deploy/lib/libgio-2.0.so: undefined reference to > `g_source_get_time' > > > I'm thinking I'm probably doing something wrong when deploying GLIB > 2.28.1 to my build environment, but I don't know what... Any help would > be much appreciated! build again with make V=1 and look at the paths and files given to the linker, you will probably find that /usr/lib/libglib-2.0.so comes before /mnt/lincoln/d3/gimp/deploy/lib/libglib-2.0.so Look in the generated Makefile and look for what LDFLAGS that uses the old version, and try to fix the problem, for example by rebuilding that dependency against your own glib, or by setting LDFLAGS manually, or by manually changing the order of things in the Makefile / Martin -- My GIMP Blog: http://www.chromecode.com/ "Why GIMP 2.8 is not released yet" _______________________________________________ Gegl-developer mailing list Gegl-developer@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer