> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > murthy.sudarshan > Sent: 09 October 2007 01:04 > To: [email protected] > Subject: [Mono-list] Like some help compiling Mono 1.2.5.1 > > Hello, > > I need some help troubleshooting errors I get when I build > Mono 1.2.5.1. > FYI, I followed the instructions to build Mono found at > http://shana.iidbbs.com/en/mono_cygwin_tutorial.html > But not quite closely enough. :-,) From there: "The make version that comes with cygwin does not handle dos-style paths in pc files well, and will cause **"multiple target patterns"** errors when compiling Mono." That's the error you are seeing.
I don't know about the other bits. [...] > Making clean in dis > make[2]: Entering directory `/usr/src/mono-1.2.5.1/mono/dis' > rm -f monodis.exe monodis > rm -rf .libs _libs > test -z "libmonodis.a" || rm -f libmonodis.a rm -f *.o rm -f *.lo > make[2]: Leaving directory `/usr/src/mono-1.2.5.1/mono/dis' > Making clean in mini > make[2]: Entering directory `/usr/src/mono-1.2.5.1/mono/mini' > .deps/genmdesc-genmdesc.Po:1: *** multiple target patterns. Stop. > make[2]: Leaving directory `/usr/src/mono-1.2.5.1/mono/mini' > make[1]: *** [clean-recursive] Error 1 > make[1]: Leaving directory `/usr/src/mono-1.2.5.1/mono' > make: *** [clean-recursive] Error 1 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
