Hi, there were still some extra bugs in addition to missing libglade incs and libs in the configure scripts of the "new" version. Now they are fixed and it compiles with the following modifications for Makefiles produced by the current configure script. Tommi $ diff target3/Makefile target3/Makefile.TMP 23a24 > `libglade-config --cflags gnome` \ 29c30 < -lgtkgl -lGLU -lGL \ --- > -lgtkgl -lGLU -lGL `libglade-config --libs gnome` \ $ diff target3/glade/Makefile target3/glade/Makefile.TMP 22a23 > `libglade-config --cflags gnome` \