[Mono-list] Mono
Dietmar Maurer
dietmar@ximian.com
06 Feb 2002 11:38:11 +0100
You need to install pkgconfig and glib-2.0: See
http://www.go-mono.org/download.html (section: To compile the mono
runtime on Unix)
- Dietmar
On Wed, 2002-02-06 at 06:19, Simon Guindon wrote:
> Hey there all, I'm just trying to learn .NET and very interested now that I've read about it and Mono on trying to get porting to work and seeing if I can get familiar with it.
>
> I'm trying to compile the nightly build on Redhat 7.1, but its giving me an error on Glib, Is Glib a lib given with gnome? and it requires 2.0 it seems I don't have it. Is it possible to install glib-2.0 or does it only come with the newest Gnome?
>
> Here's the error on the configure.
>
> checking for pkg-config... /usr/bin/pkg-config
> Package glib-2.0 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `glib-2.0.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'glib-2.0' found
> Package glib-2.0 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `glib-2.0.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'glib-2.0' found
> checking for glib-2.0 >= 1.3.11... Package glib-2.0 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `glib-2.0.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'glib-2.0' found
>
> configure: error: Library requirements (glib-2.0 >= 1.3.11) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
>
>
> I would much appreciate any info, thanks,
> Simon