[Mono-list] build problems

hector@clubdelphi.com hector@clubdelphi.com
Fri, 29 Oct 2004 21:42:23 +0200 (CEST)


Hi everyone!

I set up mandrake community 10.1 on my linuxbox, downloaded & compiled gcc
and all those stuff, and have downloaded mono-1.1.1

When I try to build from source code, i got this error:

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've downloaded glib-2.0.7, unzipped and compiled with ./configure && make
&& make install. Everything seems to work fine with glib, but mono
compilation still don't work.  I've updated automake, autoconfig and
libtool, as I saw a message in this lists wich explains exactly this
problem and recommended update those tools, but i got nothing.