Scott Peterson writes: > I'm building gtk+-2.10.9 on Cygwin and I've hit a bit of a snag. > -lglib-2.0 -lintl -liconv -lfreetype -lfontconfig -lexpat -lpng12 -lz > -lm ../gdk-pixbuf/libgdk_pixbuf-2.0.la -lintl > libtool: link: more than one -exported-symbols argument is not allowed > make[4]: *** [libgdk-win32-2.0.la] Error 1 (Sorry, I don't know the reason for the "more than one -exported-symbols" error.) But, you are building for Cygwin, and you link with -lfreetype and -lfontconfig, but then what you are actually linking here is the libgdk-win32 library? Something is seriously confused here. Freetype and fontconfig are involved only in a GTK+ with the X11 backend. libgdk-win32 is GDK with the Win32 (GDI) backend. What is it actually that you are building? --tml _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list