On Thu, 2006-02-23 at 09:10 +0100, Elimat Soft wrote: > > ----- Original Message ----- > From: Elimat Soft > To: fedora@xxxxxxxx > Sent: Wednesday, February 22, 2006 9:06 PM > Subject: libgnome2.0 > > > Hi all, > > Where can I find the file libgnomeui-2.0.pc ? > > When I try to install multisync I receive : > .... > Perhaps you should add the directory containing > `libgnomeui-2.0.pc' > to the PKG_CONFIG_PATH environment variable > No package 'libgnomeui-2.0' found > > [root@linux ~]# locate libgnomeui-2.0 > /usr/share/locale/mk/LC_MESSAGES/libgnomeui-2.0.mo > /usr/share/locale/sl/LC_MESSAGES/libgnomeui-2.0.mo > /usr/share/locale/id/LC_MESSAGES/libgnomeui-2.0.mo > /usr/share/locale/vi/LC_MESSAGES/libgnomeui-2.0.mo > /usr/share/locale/bg/LC_MESSAGES/libgnomeui-2.0.mo > > There isn't a library libgnomeui-2.0.pc > > How to solve the oroblem Install the libgnomeui-devel package of course. In general, if you want to compile software that uses a particular library, you need to install the "-devel" package for that library. Paul.