On Mon, Oct 24, 2011 at 01:49:05PM -0700, David Buchan wrote: > I tried pkg-config from the command line and here's what we get: > > $ pkg-config --cflags gtk+-2.0 gmodule-2.0 > -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 > > $ pkg-config --libs gtk+-2.0 gmodule-2.0 > -pthread -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lrt -lglib-2.0 This looks good. So, (1) Are these flags actually used in the compilation – check the actual command printed by make. I can see your Makefile variables are called CCFLAGS and LIBS instead of the more usual CFLAGS and LDFLAGS, however, if they are consistently called like this it is not a problem. (2) What are the *first* errors you get after cleaning the source tree and running make? Failing to link is often caused by some previous problems; do you really get only linker errors and no errors from earlier compilation stages? Yeti _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list