Hi Dave. I didn't set a prefix when I configured pango. In 'config.log' I found the line prefix='/usr/local'.
In 'configure', the following lines are present. It seems that they set prefix to $ac_default_prefix. .... ac_default_prefix=/usr/local .... prefix=NONE .... test "x$prefix" = xNONE && prefix=$ac_default_prefix The standard prefix for cygwin seemed to be none. (/bin, /lib etc. contained pango files or folders) So for pango, I used ('./configure --prefix=', make, make install) After this, configure for Webkit found pango 1.12. Thank you, Siddhartha. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple