Hi Juei-Hwa, On Thu, 15 Oct 2009 00:27:31 +0800 you wrote: > Hi, > > I try to install glib-2.22.2, but I got some error messages. I follow the > INSTALL file to install. I paste some messages below. Please help me to fix > the problem. Thanks. > > % ./configure > % make > % sudo make install > > make[6]: Entering directory `/nfs/jhhu/software/glib-2.22.2/glib' > sed -e "s|\@datadir\@|/usr/local/share|" ./libglib-gdb.py.in > > libglib-gdb.py > /bin/sh: libglib-gdb.py: Permission denied > make[6]: *** [libglib-gdb.py] Error 1 > make[6]: Leaving directory `/nfs/jhhu/software/glib-2.22.2/glib' That last line gives a path that looks like it's on an NFS mount. If so, the mount is almost certainly configured with "root-squash", meaning that when you run something "sudo" you actually _LOSE_ all your rights to that directory. Try building and installing GTK from a local partition, not an NFS mount. Hope that helps. Cheers, Rob _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list