hi

i downloaded the new linux installer for 1.1.8.2, installed it. i did
have to set $PATH because the new installed so maybe this is indicative
of another problem at my end.

I compiled my test app "Main.cs" using -debug

I then tried running mdb and got the following error:

[EMAIL PROTECTED]:~/monotest1> mcs -debug Main.cs
[EMAIL PROTECTED]:~/monotest1> mdb Main.exe

Unhandled Exception: System.TypeInitializationException: An exception
was thrown by the type initializer for
Mono.Debugger.Frontend.GnuReadLine ---> System.DllNotFoundException:
libmonodebuggerreadline
in (wrapper managed-to-native)
Mono.Debugger.Frontend.GnuReadLine:mono_debugger_readline_static_init ()
in <0x00007> Mono.Debugger.Frontend.GnuReadLine:.cctor ()--- End of
inner exception stack trace ---

in <0x00000> <unknown method>
in <0x00043> Mono.Debugger.Frontend.CommandLineInterpreter:Main
(System.String[] args)
[EMAIL PROTECTED]:~/monotest1> mdb

Unhandled Exception: System.TypeInitializationException: An exception
was thrown by the type initializer for
Mono.Debugger.Frontend.GnuReadLine ---> System.DllNotFoundException:
libmonodebuggerreadline
in (wrapper managed-to-native)
Mono.Debugger.Frontend.GnuReadLine:mono_debugger_readline_static_init ()
in <0x00007> Mono.Debugger.Frontend.GnuReadLine:.cctor ()--- End of
inner exception stack trace ---

in <0x00000> <unknown method>
in <0x00043> Mono.Debugger.Frontend.CommandLineInterpreter:Main
(System.String[] args)
[EMAIL PROTECTED]:~/monotest1>

As you can see, i get the same problem if i just launch mdb.

I'm using SUSE 9.3 Pro with the GNOME desktop.

Any ideas?

regards
Mike


_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to