I make a simple window with glade-2, save it, build it, then go to the Dir where it is. i run autogen.sh and then ./configure. After that you should run make, right, well when i run that i get this ... [root@turtlesoup project1]# make make all-recursive make[1]: Entering directory `/root/Projects/project1' Making all in src make[2]: Entering directory `/root/Projects/project1/src' gcc -g -O2 -o project1 main.o support.o interface.o callbacks.o -Wl,--export-dynamic -pthread -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 /usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libpangoft2-1.0.so: undefined reference to `g_assert_warning' /usr/lib/gcc/i386-redhat-linux/3.4.2/../../../libpangoft2-1.0.so: undefined reference to `g_return_if_fail_warning' collect2: ld returned 1 exit status make[2]: *** [project1] Error 1 make[2]: Leaving directory `/root/Projects/project1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/Projects/project1' make: *** [all] Error 2 [root@turtlesoup project1]# I don't know what is wrong. i know it is with libpangoft, but how do i fix it. -- In three words I can sum up all i have learned about life, "It Goes On". -Robert Frost _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list