[Mono-list] Configure Problem

Todd Berman tberman@off.net
Fri, 14 Jan 2005 11:19:34 -0800


On Fri, 2005-01-14 at 14:18 +0000, Paul Johnson wrote:
> Hi,
> 
> > I have a problem. When I was make "./configure -- prefix/usr/local"
> > for installation mono, computer is giving this error :
> 
> You don't need to specify /usr/local, it's set as the default. Also the
> format is
> 
> --prefix=/usr/local - note, no spaces and an equals.
> 
> > checking for pkg-config... /usr/bin/pkg-config
> > 
> > Package glib-2.0 was not found in the pkg-config search path.
> 
> You need glibc-2.0 or higher. Which flavour of linux are you using
> (assuming you're using linux that is!)?

glibc != glib.

Very very different in fact :)

And to answer the original question, most likely you need to install the
glib2-devel packages that your distro ships.

--Todd