Hi, I am trying to build gtk+2.2.2 on solaris 2.6 I have used the following tools Compiler : gcc 2.95.1 pkgconfig 0.15.0 (built using ./configure) glib 2.2.2 (built using ./configure --disable-shared --enable-static) (glib would not build as a shared lib) atk 1.2.4 (built using ./configure --disable-shared --enable-static) pango 1.2.3 (attempted to build using ./configure) I get the following problem when building pango-1.2.3. Making all in examples make[2]: Entering directory `/usr/local/development/gtk2/src/pango-1.2.3/example s' if find ../modules -name '*.so' | grep 'so' > /dev/null ; then \ echo "Writing a pango.modules file to use when running examples before installing Pango."; \ (cd ../modules && \ ../pango/pango-querymodules `find . -name '*.la' | grep -v \.libs` > ../examples/pango.modules ) ;\ else \ echo "No dynamic modules found; will use only static modules for unins talled example programs."; \ touch pango.modules; \ fi Writing a pango.modules file to use when running examples before installing Pang o. make[2]: *** [pango.modules] Error 139 make[2]: Leaving directory `/usr/local/development/gtk2/src/pango-1.2.3/examples ' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/development/gtk2/src/pango-1.2.3' make: *** [all-recursive-am] Error 2 pango-querymodules is dumping core. I have seen this same problem in a couple of places on the internet, but never a resolution. Has anyone successfully built gtk+2 on solaris 2.6? Mike Gerrard __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list