[Mono-list] Building Mono under Cygwin
Daniel Morgan
danielmorgan at verizon.net
Tue Sep 13 08:01:29 EDT 2005
Uninstall the glib2, gtk+ 2, gnome2 stuff from cygwin.
Download install the lastest windows installer for mono.
Build on Cygwin.
Make sure the environmment variable PKG_CONFIG_PATH is set to
C:\mono-1.1.8.3\lib\pkgconfig or wherever you have Mono installed.
Do not let spaces be in the installation path.
Have mono and mcs checked out to a prefix.
Start building in mono via:
./autogen.sh --prefix/my/mono/prefix
make
make install
Michael Thomsen wrote:
>I can't get Mono to build from SVN under Cygwin. Everytime I try to
>run configure, it says that it cannot use the glib2 package that
>Cygwin provides and I even have VC7 in the path and have the binaries
>for GLIB2 provided on the Mono website for building under windows.
>
>Could someone tell me how I build Mono under Cygwin so that I have
>everything in place to build it under Visual Studio .NET 2005?
>_______________________________________________
>Mono-list maillist - Mono-list at lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-list
>
>
>
More information about the Mono-list
mailing list