Before you send your next message, please google "gmail in plain text" and follow the instructions there. Also, please read this FAQ entry:
http://www.linuxfromscratch.org/faq/#netiquette Anyway, On Sun, Jun 19, 2011 at 12:57 AM, janu mam <[email protected]> wrote: > root [ /home/janu/Downloads/xc/src/]# here xfce4-dev-tools, libxfce4util > installed > result:no errors > here i used $PREFIX=/usr That's probably your problem. You keep using --prefix=$PREFIX, in which you keep saying that this is equal to --prefix=/usr, but it's really equal to --prefix= (as per a previous email, $PREFIX was not set). This means that XFCE is being installed in the root directory, and installing it's pkgconfig files into /lib/pkgconfig, which the PKG_CONFIG_PATH does not point to. The best solution would be to rebuild XFCE completely from scratch, and ALWAYS use --prefix=/usr on all of the packages. Also, the best way to send long verbose output is to attach it as a log (by using a command akin to "<command> | tee log.log", and attaching that to your email), or by using Pastebin: http://pastebin.com Either way, it creates more readable messages, and also shorter ones as well. > In /etc/profile: i have like below > #set the initial PKG_CONFIG_PATH > export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig > > # Set the initial path > export PATH=/bin:/usr/bin Before I go, can I see your /etc/profile? I mean, not what you think it contains, but what it actually does? Please attach it directly to your next email. -- William Immendorf The ultimate in free computing. Messages in plain text, please, no HTML. GPG key ID: 1697BE98 If it's not signed, it's not from me. -- "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman -- Are you a Gmail user? Please read this important notice: http://www.fsf.org/campaigns/jstrap/gmail?31450. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
