[Mono-dev] Compiling Mono on Cygwin

Raja R Harinath rharinath at novell.com
Fri Oct 28 01:40:02 EDT 2005


Hi,

Kevin Thompson <mrunleaded at gmail.com> writes:

> Hi I am attempting to compile Mono on windows using cygwin. I am following this tutorial(http://
> www.mono-project.com/Compiling_Mono) but i am getting an error when running:
>
>  ./configure --prefix=/tmp/install
>
> checking for pkg-config... /tmp/build_deps/bin/pkg-config
> ./configure: line 23837: syntax error near unexpected token 'BASE_DEPENDENCIES,'
> ./configure: line 23837: 'PKG_CHECK_MODULES(BASE
> _DEPENDENCIES, glib-2.0 >= $GLIB_REQUIRED_VERSION)'
>
> Any help would be greatly appreciated

Please make sure that '-I /tmp/build_deps/share/aclocal' is in the envvar
ACLOCAL_FLAGS, and re-run autogen.sh.

- Hari



More information about the Mono-devel-list mailing list