> > I think the problem is in pkg-config, not in ORBit. > PKG_CONFIG_PATH must not be initialised properly in > the environment. You can test that by just launching > the command "pkg-config --variable=prefix ORBit-2.0" > in a shell and see the result. > However, the use of this command to find the path for > installing all gnome packages isn't required, and > passing the path hardcoded works well. Another method > is to use a variable GNOME_PATH and put everywhere > "--prefix=$GNOME_PATH" (as for KDE, if my memory is > good). >
I did that as well. I tried typing the command (without any quotes) "pkg-config --variable=prefix ORBit-2.0" and got the result as /usr. So, I could deduce that pkg-config is also working fine. After getting the result from this command, I used /usr everywhere this command was written. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page