Robert, > Is c:\mono\bin still in your path? Are you able to call mcs from the > shell you're using to compile mono?
Thank you. I fixed it. During "make install" when console shows MONO_PATH="../../class/lib/net_1_1_bootstrap;$MONO_PATH" /mono/svn/mono/runtime/ mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/d efault/System.dll /f /root `cygpath -w /mono/build/lib` /package 1.0 Windows displays unhandled exception dialog 6 times for mono.exe and make fails. Is this normal ? Andrus. make[5]: Entering directory `/mono/svn/mcs/class' make[6]: Entering directory `/mono/svn/mcs/class/corlib' make install-local make[7]: Entering directory `/mono/svn/mcs/class/corlib' /bin/sh.exe ../../mkinstalldirs /mono/build/lib/mono/1.0 /usr/bin/install -c -c -m 755 ../../class/lib/default/mscorlib.dll /mono/build/l ib/mono/1.0/mscorlib.dll test ! -f ../../class/lib/default/mscorlib.dll.mdb || /usr/bin/install -c -c -m 755 ../../class/lib/default/mscorlib.dll.mdb /mono/build/lib/mono/1.0/mscorlib.d ll.mdb make[7]: Leaving directory `/mono/svn/mcs/class/corlib' make[6]: Leaving directory `/mono/svn/mcs/class/corlib' make[6]: Entering directory `/mono/svn/mcs/class/System' make install-local make[7]: Entering directory `/mono/svn/mcs/class/System' MONO_PATH="../../class/lib/net_1_1_bootstrap;$MONO_PATH" /mono/svn/mono/runtime/ mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/d efault/System.dll /f /root `cygpath -w /mono/build/lib` /package 1.0 make[7]: *** [install-local] Error 53 make[7]: Leaving directory `/mono/svn/mcs/class/System' make[6]: *** [do-install] Error 2 make[6]: Leaving directory `/mono/svn/mcs/class/System' make[5]: *** [install-recursive] Error 1 make[5]: Leaving directory `/mono/svn/mcs/class' make[4]: *** [install-recursive] Error 1 make[4]: Leaving directory `/mono/svn/mcs' make[3]: *** [profile-do--default--install] Error 2 make[3]: Leaving directory `/mono/svn/mcs' make[2]: *** [profiles-do--install] Error 2 make[2]: Leaving directory `/mono/svn/mcs' make[1]: *** [install-exec] Error 2 make[1]: Leaving directory `/mono/svn/mono/runtime' make: *** [install-recursive] Error 1 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
