[Mono-list] mcs 0.91 compiling problem

Raja R Harinath rharinath@novell.com
Wed, 05 May 2004 11:29:12 +0530


Hi,

Mario Fuentes <mario@gnome.cl> writes:

> I'm compiling Mono 0.91.
> mono is compiled and install without problem, but mcs catch in a step:
>
> step1: ./configure --prefix=/opt/mono --profile=atomic   OK

I think this profile is not supported.

> step2: make                                              OK
> step3: make install                                      FAILED! :(
>
> make[3]: Entering directory
> `/home/rex/download/mono/0.91/mcs-0.91/class/corlib'
> mcs /nowarn:649 /nowarn:169 -d:INSIDE_CORLIB  /lib:/opt/mono/lib -g
> /noconfig /unsafe /nostdlib /target:library
> /out:../lib/default/mscorlib.dll
> @../../build/deps/atomic_corlib.dll.response
> System.Security.Cryptography/HMACSHA1.cs(110) error CS0246: Cannot find
> type `HMAC'
> Compilation failed: 1 error(s), 0 warnings
>
> then i download monocharge-20040504.tar.gz, install and re-try, but
> problem persist,

You don't need to install mcs.  All the files were installed as part of
the mono install.  The mcs package is useful only if you need to make
changes to the C# sources of the libraries.

- Hari