Hello, I come across this problem occasionally with configure, that libraries refuse to install.
problem---->pangoft2 libraries will not install. ./configure --prefix=/usr/local \ --mandir=/usr/local/share/man \ --infodir=/usr/local/share/info \ --sysconfdir=/etc/local \ --localstatedir=/var/local mkdir -p /usr/local/src/$PKG && make prefix=/usr/local/src/$PKG \ mandir=/usr/local/src/$PKG/share/man \ infodir=/usr/local/src/$PKG/share/info \ localstatedir=/var/local \ sysconfdir=/etc/local \ install You can see I'm configuring the program in the system tree (/usr/local) but installing it in a subtree for packaging. Thanks, Torsten _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
