Configure already told what the problem was.
Quote:
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
Package 'glib-2.0', required by 'Mono', not found
|
Find out where you have glib-2.0.pc installed if you have glib installed at all.
Code:
find / -iname 'glibc*'
If it's not in a standard location, you have to set the PKG_CONFIG_PATH variable. Or, better yet, reinstall it in a standard location.