Xu Qiang wrote: > 1. In the INSTALL file, it told me to "rm -rf > /install-prefix/include/glib.h /install-prefix/include/gmodule.h" > between "make" and "make install". My default install path will be > /usr/local, so I suppose install-prefix==/usr/local. (Is it correct?) > But I can't find the two headers in that path. They are only present > in my src path (/usr/src/glib-2.6.4/glib/glib.h, > /usr/src/glib-2.6.4/gmodule/gmodule.h). So what should I do for this > step? I understand that this step is to clear previously installed glib.h and gmodule.h, am I right? But here is my question again: If I want to install glib-1.2.10 (the old stable version) required by some other packages, Would these two files be overwritten? If yes, how to avoid that and keep both two versions of glib working? > 2. Since I can't find the above two files, I just skipped it and > "make install", but got the error as: ------------------ > install: ./gmodule-export-2.0.pc: No such file or directory My fault again. I didn't notice the following line in the file "INSTALL" in the src directory: ###################################################################### GNU make (http://www.gnu.org/software/make) is also recommended. ###################################################################### After using gnu make to "make" and "make install", everything go smooth. Regards, Xu Qiang _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list