[Mono-list] not installing mono.pc?

Todd Berman tberman@sevenl.net
Thu, 06 May 2004 09:30:59 -0400


On Thu, 2004-06-05 at 12:55 +0200, Michal Moskal wrote:
> On Wed, May 05, 2004 at 09:45:14PM -0700, Tyrel Haveman wrote:
> > I installed mono beta 1 earlier today, and attempted to install 
> > MonoDevelop 0.3 as well. However, when I try to ./configure MonoDevelop, 
> > I get the message:
> > Package mono was not found in the pkg-config search path.
> > Perhaps you should add the directory containing `mono.pc'
> > to the PKG_CONFIG_PATH environment variable
> > No package 'mono' found
> > 
> > I ran a search on all of my hard disks and there is no mono.pc file 
> > anywhere. So how am I supposed to satisfy this library dependancy????
> > btw, I installed mono using the yum repository for Fedora Core 1, if 
> > this makes any difference (I should get the same stuff!)
> 
> This is bug in monodevelop's configure.in, it looks for mono.pc instead
> of monodoc.pc.

Michal, this is *not* a bug in monodevelop's configure.in, its a package
this guy is missing.

You need to install mono-core-devel or mono-devel or something similar,
I am not sure exactly what package though, as I install from source and
dont build the mono packages.

--Todd