[Mono-devel-list] Re: Problem when building mono under Cygwin in WindowsXP

Atsushi Eno atsushi at ximian.com
Fri Jul 9 08:58:45 EDT 2004


Hello,

I guess, that problem would also happen when you just run "mono".
Set ICU dll files' permission to executable (777 would be OK) and
try again. (Well, do the same for other dlls as well as ICU ones).

Atsushi Eno

Roopa Wilson wrote:
> Hello,
> 
> I am trying to build mono under Cygwin on WindowsXP. 'make bootstrap'
> fails with the following application error in mono.exe : 
> 
>                 The application failed to initialize properly
> (0xc0000022). 
> 
> The following are the steps I followed to build mono:
> 
> 1. cvs -z3 co mono mcs
> 2. cd mono
> 3. ./autogen.sh --prefix=/usr/local --with-gc=boehm
> CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
> 4. make bootstrap
> 
> 	'make bootstrap' fails at this point:
> 
> 	.
> 	.
> 	.
> 	make all-local
> make[7]: Entering directory
> `/home/sachin/roopa/src/mcs/class/Mono.CSharp.Debugger'
> MONO_PATH="../../class/lib/default;$MONO_PATH" mono  ../../mcs/mcs.exe 
> /nologo /optimize -d:NET_1_1 -d:ONLY_1_1 /debug+ /debug:full /noconfig
> /r:mscorlib.dll / target:library /out:Mono.CSharp.Debugger.dll
> @../../build/deps/default_Mono.CSha
> rp.Debugger.dll.response
> make[7]: *** [../../class/lib/default/Mono.CSharp.Debugger.dll] Error
> 128
> make[7]: Leaving directory
> `/home/sachin/roopa/src/mcs/class/Mono.CSharp.Debugger'
> make[6]: *** [all.real] Error 2
> make[6]: Leaving directory
> `/home/sachin/roopa/src/mcs/class/Mono.CSharp.Debugger'
> make[5]: *** [all-recursive] Error 1
> make[5]: Leaving directory `/home/sachin/roopa/src/mcs/class'
> make[4]: *** [all-recursive] Error 1
> make[4]: Leaving directory `/home/sachin/roopa/src/mcs'
> make[3]: *** [all.override] Error 2
> make[3]: Leaving directory `/home/sachin/roopa/src/mcs'
> make[2]: *** [all-profiles] Error 2
> make[2]: Leaving directory `/home/sachin/roopa/src/mcs'
> make[1]: *** [mcs-do-full-build] Error 2
> make[1]: Leaving directory `/home/sachin/roopa/src/mono'
> make: *** [bootstrap] Error 2
> 
> 
> Can anyone help?
> 
> Regards,
> Roopa
> 
> 




More information about the Mono-devel-list mailing list