[Mono-devel-list] Problems building mono from CVS
Raja R Harinath
rharinath at novell.com
Tue Aug 31 01:51:38 EDT 2004
Hi,
Rogerio Pereira <rogerio.araujo at gmail.com> writes:
> I'm allways getting this error when i try to build Mono from CVS
> (using make boostrap):
>
> make[3]: Entering directory `/tmp/cvs/.NET/mcs/mcs'
> mcs -d:NET_1_1 -d:ONLY_1_1 -g /target:exe /out:mcs.exe cs-parser.cs
> @mcs.exe.sources
> cannot open assembly "--config"
> make[3]: *** [mcs.exe] Error 2
> make[3]: Leaving directory `/tmp/cvs/.NET/mcs/mcs'
> make[2]: *** [all.real] Error 2
> make[2]: Leaving directory `/tmp/cvs/.NET/mcs/mcs'
> make[1]: *** [mcs-do-short-build] Error 1
> make[1]: Leaving directory `/tmp/cvs/.NET/mono'
> make: *** [bootstrap] Error 2
>
> What's wrong? Any ideas?
>
> Thanks for any answer,
Edit _tmpinst/bin/mono, and change the
#! /bin/sh
to
#! /bin/sh -x
and try 'make bootstrap' again. It'll help debug what's breaking with
this particular case.
- Hari
More information about the Mono-devel-list
mailing list