Hi again,

I'm still trying to get 1.1.9 running on Solaris.

I've uninstalled 1.0.6, the last one I was able to compile and install from sources.

Well, now I've tried the following:

- downloaded the latest sources (Sept 30)
- downloaded latest monocharge
- compiled mono (mono/mini/mono) from source, it seems to work
- then I tried to run mcs.exe from monocharge using the compiled mono. But I get a version mismatch error...

Using monodis I can check that mscorlib.dll is version 41 (0x29), and checking appdomain.c I get the same number for mono... (and the error message also tells me that).

What I am doing wrong? :-(

Here comes the output:



$ uname -a
SunOS solaris10 5.10 s10_72 i86pc i386 i86pc

$ pwd
/home/pablo/monoinstall/monocharge-20050930/1.0

$ ../../mono-1.1.9.20050930/mono/dis/monodis ./mscorlib.dll | grep corlib_version .field private static literal int32 mono_corlib_version = int32(0x00000029)

$ ../../mono-1.1.9.20050930/mono/mini/mono mcs.exe --version
Corlib not in sync with this runtime: expected corlib version 41, found 40.
Download a newer corlib or a newer runtime at http://www.go-mono.com/daily.

$ ../../mono-1.1.9.20050930/mono/mini/mono --version
Mono JIT compiler version 1.1.9.20050930, (C) 2002-2005 Novell, Inc
and Contributors. www.mono-project.com
       TLS:           normal
       GC:            Included Boehm (with typed GC)
       SIGSEGV      : normal
       Globalization: normal
$

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to