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 Moskal :: http://www.kernel.pl/~malekith :: GCS !tv h e>+++ b++ : When in doubt, use brute force. -- Ken Thompson :: UL++++$ C++ E--- a? _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
