These are my notes for building on windows. It's been working well. mono build system
http://lists.ximian.com/archives/public/mono-devel-list/2003-July/001506.html #overwrite stable autotool due to libgc vers. requirement...just once cp /usr/autotool/devel /usr/autotool/stable export CVSROOT=:pserver:[EMAIL PROTECTED]:/mono cvs login cvs co mono mcs cd mono wget http://www.go-mono.com/archive/libgc-dev.zip unzip -o libgc-dev.zip export CPPFLAGS=/devel/mono/include export LDFLAGS=/devel/mono/lib ./configure --prefix=/mono make fullbuild make install TIP: make fullbuild will also build ../mcs Obviously, replace /devel with your path.... HTH Dave Joyner --- John BouAntoun <[EMAIL PROTECTED]> wrote: > Hi guys, > > I got autgen.sh to work last night on cygwin and > then finally got make 'fullbuild' to execute > something. > > Anyway it ran for about 10 minutes and then returned > with the following error: > > /monocvs/mono/mono/utils/mono-hash.c:645: undefined > reference to `_imp__GC_malloc' > make[4]: *** [monosn.exe] Error 1 > make[4]: Leaving directory > `/monocvs/mono/mono/metadata' > make[3]: *** [all] Error 2 > make[3]: Leaving directory > `/monocvs/mono/mono/metadata' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/monocvs/mono/mono' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/monocvs/mono' > make: *** [all] Error 2 > > Not sure if it's a GC error or just a broken build > issue. > > Would anyone be able to enlighten me about this one? > > Thanks > JBA > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
